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:
deac1e2
)
no longer need to double include ferm
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Jul 2010 19:23:41 +0000
(20:23 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Jul 2010 19:23:41 +0000
(20:23 +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
13b0ddf
..
96ffbc2
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-77,11
+77,6
@@
node default {
case extractnodeinfo($nodeinfo, 'buildd') {
'true': {
include buildd
- case $kernel {
- Linux: {
- include ferm
- }
- }
}
}