[Puppet Users] Module in maintenance mode

2011-06-21 Thread Douglas Garstang
All, I have a module that I would like to set a variable for, and then if that is variable is set, consider the module (which deploys software), in 'maintenance mode', where it drops out of the module, and moves into the next module, kind of like a return function. Can puppet do that? I don't

Re: [Puppet Users] Module in maintenance mode

2011-06-21 Thread Patrick
On Jun 21, 2011, at 5:04 PM, Douglas Garstang wrote: All, I have a module that I would like to set a variable for, and then if that is variable is set, consider the module (which deploys software), in 'maintenance mode', where it drops out of the module, and moves into the next module,

Re: [Puppet Users] Module in maintenance mode

2011-06-21 Thread Douglas Garstang
Oh... right... of course... Put the logic one level up... That will work. Thanks On Jun 21, 2011, at 5:54 PM, Patrick kc7...@gmail.com wrote: On Jun 21, 2011, at 5:04 PM, Douglas Garstang wrote: All, I have a module that I would like to set a variable for, and then if that is variable