search for: conftop

Displaying 1 result from an estimated 1 matches for "conftop".

2012 Jul 26
2
class with multiple package resources does not install RPMs
...-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 = "${conftop}/rpz.cisco.com.db" } }...