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