]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/hosts/manifests/init.pp
Merge branch 'master' of git+ssh://zobel@puppet.debian.org/srv/puppet.debian.org...
[dsa-puppet.git] / modules / hosts / manifests / init.pp
1 class hosts {
2
3     file {
4         "/etc/hosts": content => template("hosts/etc-hosts.erb");
5     }
6 }
7