]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/motd/manifests/new.pp
8a8d5a99fb467f592c0f4e19661152d57b68de09
[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 }