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:
c44807b
)
move inclusion of samhain to the end of the block, so it knows about all other classe...
author
Stephen Gran
<steve@lobefin.net>
Tue, 23 Feb 2010 23:33:15 +0000
(23:33 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 23 Feb 2010 23:33:15 +0000
(23:33 +0000)
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
6f50f24
..
56f7d3b
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-31,7
+31,6
@@
node default {
include ntp
include motd
- include samhain
case $smartarraycontroller {
"true": { include debian-proliant }
@@
-90,4
+89,5
@@
node default {
case $portforwarder_user_exists {
"true": { include portforwarder }
}
+ include samhain
}