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