]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/motd/manifests/init.pp
Manage motd.tail, not motd.
[dsa-puppet.git] / modules / motd / manifests / init.pp
1 class motd {
2         file { "/etc/motd.tail":
3                 content => template("motd.erb") ;
4         }
5 }