diff options
Diffstat (limited to 'manifests/role')
| -rw-r--r-- | manifests/role/master.pp | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp index cbc3b5d..abeec24 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -18,9 +18,9 @@ class nodo::role::master {      # The main master has a host entry pointing to itself, other      # masters still retrieve catalogs from the main master.      host { "puppet": -      ensure => present, -      ip     => "127.0.0.1", -      alias  => ["puppet.${::domain}"], +      ensure       => present, +      ip           => "127.0.0.1", +      host_aliases => ["puppet.${::domain}"],      }    } else {      class { 'puppet::master':  | 
