X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=a88b72801741dd7e9ca4536291f7edf700094ca8;hb=df361af8358dc4084afc4ec502cab8546d6bf47a;hp=953000e6636b7dc4a3c87c9d68b37325aee80869;hpb=4f92736eaa93b8637fc100c03ec6a7b52a01ebb1;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 953000e66..a88b72801 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: {} + } }