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:
e63c8f5
)
and use new module layout
author
Stephen Gran
<steve@lobefin.net>
Sun, 25 Jul 2010 20:02:24 +0000
(21:02 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 25 Jul 2010 20:02:24 +0000
(21:02 +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
c00138f
..
9143fb3
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-96,6
+96,8
@@
node default {
}
}
}
+ include ferm::per-host
+
case $brokenhosts {
"true": { include hosts }
}