finzi,fano,fasch,field: { include kfreebsd }
}
- if $::smartarraycontroller {
+ if $::smartarraycontroller == 'true' {
include debian-proliant
}
include megactl
}
- if $::mptraid {
+ if $::mptraid == 'true' {
include raidmpt
}
- if $::kvmdomain {
+ if $::kvmdomain == 'true' {
include acpi
}
default: { include nagios::client }
}
- if $::apache2 {
+ if $::apache2 == 'true' {
if getfromhash($nodeinfo, 'apache2_security_mirror') {
include apache2::security_mirror
}
include apache2
}
- if $::rsyncd {
+ if $::rsyncd == 'true' {
include rsyncd-log
}
}
}
- if $::brokenhosts {
+ if $::brokenhosts == 'true' {
include hosts
}
- if $::portforwarder_user_exists {
+ if $::portforwarder_user_exists == 'true' {
include portforwarder
}
class acpi {
- if ! $debarchitecture in ['kfreebsd-amd64', 'kfreebsd-i386'] {
+ if ! ($::debarchitecture in ['kfreebsd-amd64', 'kfreebsd-i386']) {
package {
acpid: ensure => installed
}