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:
8f4c598
)
Need to include samhain after we get nodeinfo
author
Stephen Gran
<steve@lobefin.net>
Sat, 16 May 2009 09:27:23 +0000
(10:27 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 16 May 2009 09:27:23 +0000
(10:27 +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
9e657d5
..
cdecc63
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-18,12
+18,12
@@
node default {
include sudo
include debian-org
include monit
- include samhain
include apt-keys
$nodeinfo = nodeinfo($fqdn, "/etc/puppet/modules/debian-org/misc/local.yaml")
include motd
+ include samhain
case $smartarraycontroller {
"true": { include debian-proliant }