Displaying 1 result from an estimated 1 matches for "mq_gsk".
2011 Sep 21
2
Two parameterized classes calling both a thirth class (results in already defined)
Hi all,
I have three parameterized classes, named mq, mq_gsk and apache.
The mq class always calls the mq_gsk class, but the apache class
should only call the mq_gsk class when the mq class is not used in a
hosts'' node definition
Here is my configuration
class mq (
  $gsk_version = undef ) {
  require mq::params
  <  ..... >
  class { ...