]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
refresh only for command
authorStephen Gran <steve@lobefin.net>
Wed, 22 Apr 2009 23:24:30 +0000 (00:24 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 22 Apr 2009 23:24:30 +0000 (00:24 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/manifests/init.pp

index c5c823926e3cd3385158e290eabcaa40c88dd0ad..f8726866f0b2a599aa6e1ce9c96bfcb5e3e49591 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 => "/bin/uname -snrvm > /var/run/motd && /bin/cat /etc/motd.tail >> /var/run/motd",
+                refreshonly => true
         }
 }