summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 079b198..351cc77 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,7 +19,7 @@ class puppet {
}
$real_puppet_config = $puppet_config ? {
- '' => "/etc/puppet/puppet.conf",
+ '' => "/etc/puppet/puppet.confa",
default => $puppet_config,
}