From: Stephen Gran Date: Sun, 25 Jul 2010 20:02:24 +0000 (+0100) Subject: and use new module layout X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9f0b31a2bf096c8e83a30b62c1e562bc2c57820a;p=mirror%2Fdsa-puppet.git and use new module layout Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index c00138fc2..9143fb320 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -96,6 +96,8 @@ node default { } } } + include ferm::per-host + case $brokenhosts { "true": { include hosts } }