X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=3bf505cecf3bae4b3780b2893c8b08a57c794a62;hb=a0cae2108cbe9d88defce97fec799d1f592b2cc7;hp=b4f44c26e379cf9e90a692a4e77820b9f0c82578;hpb=a87583c43b4d24720e2c3a756fdbec84e4f4b627;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index b4f44c26..3bf505ce 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -35,7 +35,7 @@ node default { finzi,fano,fasch,field: { include kfreebsd } } - if $::smartarraycontroller { + if $::smartarraycontroller == 'true' { include debian-proliant } @@ -43,11 +43,11 @@ node default { include megactl } - if $::mptraid { + if $::mptraid == 'true' { include raidmpt } - if $::kvmdomain { + if $::kvmdomain == 'true' { include acpi } @@ -71,7 +71,7 @@ node default { default: { include nagios::client } } - if $::apache2 { + if $::apache2 == 'true' { if getfromhash($nodeinfo, 'apache2_security_mirror') { include apache2::security_mirror } @@ -87,7 +87,7 @@ node default { include apache2 } - if $::rsyncd { + if $::rsyncd == 'true' { include rsyncd-log } @@ -127,11 +127,11 @@ node default { } } - if $::brokenhosts { + if $::brokenhosts == 'true' { include hosts } - if $::portforwarder_user_exists { + if $::portforwarder_user_exists == 'true' { include portforwarder }