Re: [Puppet Users] Re: all classes applied to every node

2012-08-20 Thread Jones
Thanks! I had the same issue. Works out well. node webserver01...12 inherits default { class { "nagios::webserver":stage => post } include apache::apache_security include apache::php_security include apache::apache_conf_webserver } Am Dienstag

Re: [Puppet Users] Re: all classes applied to every node

2011-07-12 Thread Jacob Helwig
Zach wrote: You guys got me on the right track... Turns out I was running into this: "One of THE MOST DIFFICULT concepts to understand for puppet newbies is that these two things are identical: include foo class { 'foo': }" In my case, I was declaring things like: class { "nagios::webserver":

[Puppet Users] Re: all classes applied to every node

2011-07-12 Thread Zach
You guys got me on the right track... Turns out I was running into this: "One of THE MOST DIFFICULT concepts to understand for puppet newbies is that these two things are identical: include foo class { 'foo': }" In my case, I was declaring things like: class { "nagios::webserver":

[Puppet Users] Re: all classes applied to every node

2011-07-12 Thread jcbollinger
On Jul 11, 10:52 am, Zach wrote: > 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 anyth