search for: package_name_module_was

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

2011 Sep 21
2
Two parameterized classes calling both a thirth class (results in already defined)
...Package["mq_gsk"]) { notice ( "${apache::params::module_name}, mq module defined, mq_gsk already included" ) } else { notice ( "${apache::params::module_name}, mq module not defined, check websphere module defined" ) if defined(Package["${apache::params::package_name_module_was}"]) { notice ( "${apache::params::module_name}, websphere module defined, mq_gsk included" ) class { ''mq_gsk'': gsk_version => undef, } } } I also tried other things which I read on Puppet Users, like if defined("mq_gsk") { if...