]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/motd/manifests/new.pp
Put the yaml in the tree and call the right file
[dsa-puppet.git] / modules / motd / manifests / new.pp
1 class motd::new inherits motd {
2         File ["/etc/motd.tail"] {
3                 notify  => Exec["updatemotd"],
4                 content => template("motd-new.erb")
5         }
6 }