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