From 4ad82d35d192f96b0a7a187bffcf8660ff3784c6 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 29 Jun 2009 23:19:24 +0100 Subject: [PATCH] Use facter to tell us which hosts need this module Signed-off-by: Stephen Gran --- manifests/site.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 953000e6..a88b7280 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -72,8 +72,8 @@ node default { { include geodns } default: {} } -} - -node penalosa inherits default { - include hosts + case $brokenhosts { + "true": { include hosts } + default: {} + } } -- 2.39.2