[Puppet Users] Re: advice on module/class refactoring for defines

2012-05-25 Thread jcbollinger
On May 24, 7:43 pm, Nan Liu n...@puppetlabs.com wrote: I would say include 'ldconfig' in define ldconfig::config, then the define is self contained, and you don't need remember include ldconfig everywhere. +1 That's all around the best available option. It's much nicer than the original

Re: [Puppet Users] Re: advice on module/class refactoring for defines

2012-05-25 Thread Tim Mooney
In regard to: [Puppet Users] Re: advice on module/class refactoring for...: On May 24, 7:43 pm, Nan Liu n...@puppetlabs.com wrote: I would say include 'ldconfig' in define ldconfig::config, then the define is self contained, and you don't need remember include ldconfig everywhere. +1