From: Silvio Rhatto Date: Sat, 8 Mar 2014 15:46:18 +0000 (-0300) Subject: Fixing puppet host alias X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d91df97b51138c1296a4f77e65fa7357a79f9acd;p=puppet-nodo.git Fixing puppet host alias --- 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':