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