Displaying 1 result from an estimated 1 matches for "dns_type".
2012 Jul 26
2
class with multiple package resources does not install RPMs
...log run in 5.52 seconds
[root@agent1 ~]# rpm -q eir-named-conf
eir-named-conf-0.1-1
[root@agent1 ~]# cat install_named_conf.pp
package { ''eir-named-conf'' :
ensure => 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 = "${conf...