Let's try actually overriding instead of just redefining
[mirror/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 }