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:
3cd07d6
)
buildd get minimal firewalls
author
Stephen Gran
<steve@lobefin.net>
Sun, 7 Mar 2010 09:25:20 +0000
(09:25 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 7 Mar 2010 09:25:20 +0000
(09:25 +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
dac65f8
..
d90e581
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-74,7
+74,14
@@
node default {
}
case extractnodeinfo($nodeinfo, 'buildd') {
- true: { include buildd }
+ true: {
+ include buildd
+ case $kernel {
+ 'Linux': {
+ include ferm
+ }
+ }
+ }
}
case $hostname {