Revert "try two on this"
[mirror/dsa-puppet.git] / modules / hosts / manifests / init.pp
index 468107d..cdd1901 100644 (file)
@@ -1,7 +1,10 @@
 class hosts {
 
     file {
-        "/etc/hosts": content => template("etc-hosts.erb");
+        "/etc/hosts": content => template("hosts/etc-hosts.erb");
     }
 }
 
+# vim:set et:
+# vim:set sts=4 ts=4:
+# vim:set shiftwidth=4: