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:
49f8b52
)
revert the manifest
author
Stephen Gran
<steve@lobefin.net>
Mon, 9 Mar 2009 19:39:22 +0000
(19:39 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 9 Mar 2009 19:39:22 +0000
(19:39 +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
6b5f001
..
5e9f861
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-7,9
+7,10
@@
node default {
include samhain
include debian-org
- if $smartarraycontroller {
- include debian-proliant
- }
+ case $smartarraycontroller {
+ "true": { include debian-proliant }
+ default: {}
+
case $mta {
"exim4": { include exim }
default: {}