I have no idea if this will work
[mirror/dsa-puppet.git] / modules / motd / manifests / init.pp
1 class motd {
2         file { "/etc/motd":
3                 content => template("motd.erb") ;
4         }
5 }