Re: [Puppet Users] Advice on module organization

2013-03-18 Thread jcbollinger
On Saturday, March 16, 2013 9:49:24 AM UTC-5, Ryan Coleman wrote: > > Hi Tom, > > This definitely seems like a job for parameterized classes. This language > feature allows you to define your model while expressing some parameters > (data) that your model will use to modify its behavior. >

Re: [Puppet Users] Advice on module organization

2013-03-16 Thread Ryan Coleman
Hi Tom, This definitely seems like a job for parameterized classes. This language feature allows you to define your model while expressing some parameters (data) that your model will use to modify its behavior. In your node definitions, you'd declare parameterized clases like resources. http://do

[Puppet Users] advice on module organization

2013-03-15 Thread supertom
Hi Folks, Like to get some advice on module organization. I have a system that has a few different components. One or more components can be installed on a host. The hosts also have a "type" dimension. This "type" dimension could (should) ideally be used to configure the system (fill in a b

[Puppet Users] Advice on module organization

2013-03-15 Thread Tom Melendez
Hi Folks, Like to get some advice on module organization. I have a system that has a few different components. One or more components can be installed on a host. The hosts also have a "type" dimension. This "type" dimension could (should) ideally be used to configure the system (fill in a bunc