aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-28 11:10:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-28 11:10:22 -0300
commit402dad753dccc7f3094ed0cb8f02806835ab5c92 (patch)
tree2a58f12c01e0a2b110a30c45f9a7c0fe8e968d2f
parent28532b40731bb14906a82c6fe9c68faa99a28e8d (diff)
downloadpuppet-nodo-402dad753dccc7f3094ed0cb8f02806835ab5c92.tar.gz
puppet-nodo-402dad753dccc7f3094ed0cb8f02806835ab5c92.tar.bz2
Minor changes
-rw-r--r--manifests/subsystems/hosts.pp6
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":