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:
f828466
)
refresh only for command
author
Stephen Gran
<steve@lobefin.net>
Wed, 22 Apr 2009 23:24:30 +0000
(
00:24
+0100)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/motd/manifests/init.pp
b/modules/motd/manifests/init.pp
index
c5c8239
..
f872686
100644
(file)
--- 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
}
}