add my ppp ip as well
[mirror/dsa-puppet.git] / modules / motd / manifests / init.pp
index fb2a20e..a8d35a5 100644 (file)
@@ -2,6 +2,8 @@ class motd {
        file { "/etc/motd.tail":
                 notify  => Exec["updatemotd"],
                 content => template("motd/motd.erb") ;
+               "/etc/motd":
+                 ensure => "/var/run/motd";
        }
         exec { "updatemotd":
                 command => "uname -snrvm > /var/run/motd && cat /etc/motd.tail >> /var/run/motd",