From 88fed06f1b8244ade89153deb977ca11af199e70 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 23 Apr 2009 00:24:30 +0100 Subject: [PATCH] refresh only for command Signed-off-by: Stephen Gran --- modules/motd/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/motd/manifests/init.pp b/modules/motd/manifests/init.pp index c5c82392..f8726866 100644 --- a/modules/motd/manifests/init.pp +++ b/modules/motd/manifests/init.pp @@ -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 } } -- 2.39.2