]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/hosts/manifests/init.pp
massive style guide fixups
[dsa-puppet.git] / modules / hosts / manifests / init.pp
index 279da0f48842ea3db8bee3513060682b7d145970..47616af6288fbd1ddf1d37de62122a81f8d1522d 100644 (file)
@@ -1,7 +1,5 @@
 class hosts {
-
-    file {
-        "/etc/hosts": content => template("hosts/etc-hosts.erb");
-    }
+       file { '/etc/hosts':
+               content => template('hosts/etc-hosts.erb')
+       }
 }
-