Displaying 1 result from an estimated 1 matches for "conf_templ".
2012 Jul 26
2
class with multiple package resources does not install RPMs
...ure => installed,
}
... but when I attempt to do the same in a class that looks like this ...
class eir-bind ( $dns_type, $enable = true, $ensure = running) {
$conftop = ''/apps/DNS/client/etc''
case $dns_type {
RPZ : {
$conf_template =
"${conftop}/named.conf.rpz_master"
$rpz_zone_template = "${conftop}/rpz.cisco.com.db"
}
}
case $operatingsystem { centos, redhat: { $service_name =
''named'' } }
$packages = [ ''bi...