massive style guide fixups
[mirror/dsa-puppet.git] / modules / hosts / manifests / init.pp
index cdd1901..47616af 100644 (file)
@@ -1,10 +1,5 @@
 class hosts {
-
-    file {
-        "/etc/hosts": content => template("hosts/etc-hosts.erb");
-    }
+       file { '/etc/hosts':
+               content => template('hosts/etc-hosts.erb')
+       }
 }
-
-# vim:set et:
-# vim:set sts=4 ts=4:
-# vim:set shiftwidth=4: