Re: [Puppet Users] What's the best way to deal with multiple OS's

2011-09-30 Thread Nigel Kersten
On Fri, Sep 30, 2011 at 11:33 AM, Jeff Falgout wrote: > We're in the situation of dealing with multiple operating systems (and will > likely add another) and I'm quickly realizing that building logic in the > manifest to deal with the differences in Red Hat i386 vs Red Hat x86_64 vs > SuSE i586 v

Re: [Puppet Users] What's the best way to deal with multiple OS's

2011-09-30 Thread Aaron Grewell
We use different manifests per OS. It makes the underlying logic much simpler, and is easily called by using either the 'kernel' fact or the 'operatingsystem' fact depending. For things that are the same across supported Linuxes but different on Solaris: include module::$kernel Where moduledir/m