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:
2d587cc
)
Name it correctly
author
Stephen Gran
<steve@lobefin.net>
Sun, 26 Apr 2009 15:09:00 +0000
(16:09 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 26 Apr 2009 15:09:00 +0000
(16:09 +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
45d06f7
..
dbbcb27
100644
(file)
--- a/
modules/motd/manifests/new.pp
+++ b/
modules/motd/manifests/new.pp
@@
-1,4
+1,4
@@
-class motdnew inherits motd {
+class motd
::
new inherits motd {
file { "/etc/motd.tail":
notify => Exec["updatemotd"],
content => template("motd-new.erb") ;