Displaying 1 result from an estimated 1 matches for "mg_gsk".
Did you mean:
mg_disk
2011 Sep 21
2
Two parameterized classes calling both a thirth class (results in already defined)
...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 defined("mg_gsk::gsk_version") {
but nothings seems to work. It always says that the mq module is
defined (while the mq class is not included in the host definition) or
it says not included (while the mq class is included in the node)
I wonder I ''defined'' is to way forward, of if there is...