Hi,

when inheriting class containing subclasses are they also inherited? I would 
expect inheriting a class will create new class that has the same "content" 
that 
includes subclasses but:

class parent {
  class subclass {
  ...
  }
}

class child inherits parent {
  include subclass
}

produces:

Sep 29 10:39:17 testbox puppetmasterd[14749]: Could not find class 
child::subclass at /etc/puppet/manifests/test.pp:43 on node testbox


thanks for comments, Antony.


      

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to