]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor changes
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 28 Sep 2010 14:10:22 +0000 (11:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 28 Sep 2010 14:10:22 +0000 (11:10 -0300)
manifests/subsystems/hosts.pp

index afa8854f106e5b67d0fbf1ad6bfd9a5141a2531d..00990f4b4d76691df95e159d5614df035f2e60ce 100644 (file)
@@ -1,8 +1,8 @@
 class hosts {
   host { "$hostname":
-    ensure        => present,
-    ip            => "$ipaddress",
-    host_aliases  => [ "$fqdn" ],
+    ensure       => present,
+    ip           => "$ipaddress",
+    host_aliases => [ "$fqdn" ],
   }
 
   host { "localhost":