Name it correctly
[mirror/dsa-puppet.git] / modules / motd / manifests / init.pp
index c5c8239..9fedde7 100644 (file)
@@ -4,6 +4,7 @@ class motd {
                 content => template("motd.erb") ;
        }
         exec { "updatemotd":
-                command => "/bin/uname -snrvm > /var/run/motd && /bin/cat /etc/motd.tail >> /var/run/motd"
+                command => "uname -snrvm > /var/run/motd && cat /etc/motd.tail >> /var/run/motd",
+                refreshonly => true
         }
 }