diff options
author | drebs <drebs@riseup.net> | 2011-03-22 21:32:33 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2011-03-22 21:32:33 -0300 |
commit | f0dbddf256581c5688ec5fdb5c554372ca064b46 (patch) | |
tree | d684226e4602aaa7ed25df768417694718938f54 /manifests | |
parent | a73a41ef31c3d8ecf2a72cc0148b9d370ada85b3 (diff) | |
download | puppet-bootstrap-f0dbddf256581c5688ec5fdb5c554372ca064b46.tar.gz puppet-bootstrap-f0dbddf256581c5688ec5fdb5c554372ca064b46.tar.bz2 |
fixing main server templates
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/classes/default_conf.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/default_conf.pp b/manifests/classes/default_conf.pp index 885171b..31bdc3d 100644 --- a/manifests/classes/default_conf.pp +++ b/manifests/classes/default_conf.pp @@ -102,7 +102,7 @@ class default_conf { } # files in $default_puppet_conf_dir/manifests/nodes - file { "$default_puppet_conf_dir/manifests/nodes/$hostname-server.pp": + file { "$default_puppet_conf_dir/manifests/nodes/$hostname.pp": ensure => present, owner => "puppet", group => "puppet", |