From 0eff6d9838c5934a6c9c8d11e43e567965c45f0b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 23 Apr 2009 00:15:12 +0100 Subject: [PATCH] OK, it's picky if you don't give it a path Signed-off-by: Stephen Gran --- modules/motd/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/motd/manifests/init.pp b/modules/motd/manifests/init.pp index 7c1f74e9..c5c82392 100644 --- a/modules/motd/manifests/init.pp +++ b/modules/motd/manifests/init.pp @@ -4,6 +4,6 @@ class motd { content => template("motd.erb") ; } exec { "updatemotd": - command => "uname -snrvm > /var/run/motd && cat /etc/motd.tail >> /var/run/motd" + command => "/bin/uname -snrvm > /var/run/motd && /bin/cat /etc/motd.tail >> /var/run/motd" } } -- 2.39.2