Re: [Puppet Users] Skipping a module

2011-04-07 Thread Scott Smith
Doug, I wonder why you can't selectively include? Requiring a module by default and not realizing the resources inside it could be very frustrating to troubleshoot. On Thu, Apr 7, 2011 at 5:29 PM, Nigel Kersten wrote: > On Thu, Apr 7, 2011 at 3:28 PM, Douglas Garstang > wrote: > > I'd like to b

Re: [Puppet Users] Skipping a module

2011-04-07 Thread Nigel Kersten
On Thu, Apr 7, 2011 at 3:28 PM, Douglas Garstang wrote: > I'd like to be able to always include all modules at the top level, but in > certain modules, have some logic that uses extlookup to determine if it > should be enabled. What's the best way to use if; then; else to exit a > module, and stop

[Puppet Users] Skipping a module

2011-04-07 Thread Douglas Garstang
I'd like to be able to always include all modules at the top level, but in certain modules, have some logic that uses extlookup to determine if it should be enabled. What's the best way to use if; then; else to exit a module, and stop processing, based on some condition? Doug. -- You received th