diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-28 11:10:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-28 11:10:22 -0300 |
commit | 402dad753dccc7f3094ed0cb8f02806835ab5c92 (patch) | |
tree | 2a58f12c01e0a2b110a30c45f9a7c0fe8e968d2f /manifests/subsystems/hosts.pp | |
parent | 28532b40731bb14906a82c6fe9c68faa99a28e8d (diff) | |
download | puppet-nodo-402dad753dccc7f3094ed0cb8f02806835ab5c92.tar.gz puppet-nodo-402dad753dccc7f3094ed0cb8f02806835ab5c92.tar.bz2 |
Minor changes
Diffstat (limited to 'manifests/subsystems/hosts.pp')
-rw-r--r-- | manifests/subsystems/hosts.pp | 6 |
1 files changed, 3 insertions, 3 deletions
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": |