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:
2244667
)
Need to have nodeinfo defined before loading the motd class, apparently
author
Stephen Gran
<steve@lobefin.net>
Sun, 26 Apr 2009 15:46:07 +0000
(16:46 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 26 Apr 2009 15:46:07 +0000
(16:46 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
c8d8cd5
..
f0ed660
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-19,10
+19,11
@@
node default {
include debian-org
include monit
include samhain
- include motd
$nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
+ include motd
+
case $smartarraycontroller {
"true": { include debian-proliant }
default: {}