finzi,fano,fasch,field: { include kfreebsd }
}
- if $::smartarraycontroller == 'true' {
+ if $::smartarraycontroller {
include debian-proliant
}
include megactl
}
- if $::mptraid == 'true' {
+ if $::mptraid {
include raidmpt
}
- if $::kvmdomain == 'true' {
+ if $::kvmdomain {
include acpi
}
default: { include nagios::client }
}
- if $::apache2 == 'true' {
+ if $::apache2 {
if getfromhash($nodeinfo, 'apache2_security_mirror') {
include apache2::security_mirror
}
include apache2
}
- if $::rsyncd == 'true' {
+ if $::rsyncd {
include rsyncd-log
}
}
}
- if $::brokenhosts == 'true' {
+ if $::brokenhosts {
include hosts
}
- if $::portforwarder_user_exists == 'true' {
+ if $::portforwarder_user_exists {
include portforwarder
}
include entropykey
}
- if $::postgres84 == "true" {
- include postgres
- } elsif $::postgres90 == "true" {
+ if ($::postgres84 or $::postgres90) {
include postgres
}
}