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