468107dc052a8a992085b1f3c396bba8d01350dd
[mirror/dsa-puppet.git] / modules / hosts / manifests / init.pp
1 class hosts {
2
3     file {
4         "/etc/hosts": content => template("etc-hosts.erb");
5     }
6 }
7