projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2519635
)
OK, it's picky if you don't give it a path
author
Stephen Gran
<steve@lobefin.net>
Wed, 22 Apr 2009 23:15:12 +0000
(
00:15
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Wed, 22 Apr 2009 23:15:12 +0000
(
00:15
+0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/motd/manifests/init.pp
b/modules/motd/manifests/init.pp
index
7c1f74e
..
c5c8239
100644
(file)
--- 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"
}
}