Hi all, I'm noticing that all classes I have created are being applied to every node, even ones that don't specifically "include" them. There is no inheritance occurring that would allow this to happen. I've been reading docs and couldn't find anything about this... Am I missing something obvious? Let me know if you need more info
# puppetd --version 2.6.8 # puppetmasterd --version 2.6.8 # gem list *** LOCAL GEMS *** actionmailer (2.2.2) actionpack (2.2.2) activerecord (2.3.5, 2.2.2) activeresource (2.2.2) activesupport (2.3.5, 2.2.2) json (1.5.3) mime-types (1.16) rails (2.2.2) rake (0.8.7) rest-client (1.6.3) sqlite3-ruby (1.2.4) # ruby -v ruby 1.8.5 (2006-08-25) [x86_64-linux] # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.6 (Tikanga) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
