[Puppet Users] Re: Creating classes for individual nodes

2012-04-16 Thread Josh
Thanks everyone! This is a good start. I'll have to research most of this but at least I know what to research now. Thanks. Josh On Apr 12, 10:19 am, Brian Gallew wrote: > I'm absolutely with John on this.  As an example, for our JBoss application > we need the configuration file to be different

Re: [Puppet Users] Re: Creating classes for individual nodes

2012-04-12 Thread Brian Gallew
I'm absolutely with John on this. As an example, for our JBoss application we need the configuration file to be different based on the the hostname (we only host one app per host/VM) and environment (dev/integration/qa/staging/production). Further, some "dev" boxes need to allow the developers to

[Puppet Users] Re: Creating classes for individual nodes

2012-04-11 Thread jcbollinger
On Apr 11, 12:04 pm, Josh wrote: > This is more of a style question than implementation. I have a bunch of > nodes running the same software but in many cases they need config files > that are customized for that specific node. I was thinking I could push all > the main files from the app throug