From: Silvio Rhatto Date: Tue, 28 Sep 2010 14:10:22 +0000 (-0300) Subject: Minor changes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=402dad753dccc7f3094ed0cb8f02806835ab5c92;p=puppet-nodo.git Minor changes --- diff --git a/manifests/subsystems/hosts.pp b/manifests/subsystems/hosts.pp index afa8854..00990f4 100644 --- a/manifests/subsystems/hosts.pp +++ b/manifests/subsystems/hosts.pp @@ -1,8 +1,8 @@ class hosts { host { "$hostname": - ensure => present, - ip => "$ipaddress", - host_aliases => [ "$fqdn" ], + ensure => present, + ip => "$ipaddress", + host_aliases => [ "$fqdn" ], } host { "localhost":