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