diff options
author | mh <mh@immerda.ch> | 2008-04-10 22:21:36 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-10 22:21:36 +0000 |
commit | e7702e7ce425768a54b7129b1d2588a0557b76c6 (patch) | |
tree | 19da538a0a0edba58d9886f2653fcdbec904b8cf | |
parent | bf506a2fc6781b37d2137eb136594ca90b693d67 (diff) |
test
-rw-r--r-- | manifests/init.pp | 2 |
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, } |