Move /etc/hosts template to hosts module
[mirror/dsa-puppet.git] / modules / hosts / manifests / init.pp
index 468107d..279da0f 100644 (file)
@@ -1,7 +1,7 @@
 class hosts {
 
     file {
-        "/etc/hosts": content => template("etc-hosts.erb");
+        "/etc/hosts": content => template("hosts/etc-hosts.erb");
     }
 }