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:
4383116
)
Let's try actually overriding instead of just redefining
author
Stephen Gran
<steve@lobefin.net>
Sun, 26 Apr 2009 15:24:16 +0000
(16:24 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 26 Apr 2009 15:24:16 +0000
(16:24 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/manifests/new.pp
patch
|
blob
|
history
diff --git
a/modules/motd/manifests/new.pp
b/modules/motd/manifests/new.pp
index
dbbcb27
..
35826a9
100644
(file)
--- a/
modules/motd/manifests/new.pp
+++ b/
modules/motd/manifests/new.pp
@@
-1,5
+1,5
@@
class motd::new inherits motd {
- file { "/etc/motd.tail":
+ File ["/etc/motd.tail"] {
notify => Exec["updatemotd"],
content => template("motd-new.erb") ;
}