From d91df97b51138c1296a4f77e65fa7357a79f9acd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Mar 2014 12:46:18 -0300 Subject: Fixing puppet host alias --- manifests/role/master.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests') 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': -- cgit v1.2.3