]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/motd/manifests/new.pp
Another try
[dsa-puppet.git] / modules / motd / manifests / new.pp
1 class motdnew inherits motd {
2         file { "/etc/motd.tail":
3                 notify  => Exec["updatemotd"],
4                 content => template("motd-new.erb") ;
5         }
6 }