Issue #5049 has been updated by Nigel Kersten. Status changed from Unreviewed to Needs more information
I don't mind this feature request so far. Can you provide more detail around why you want to be able to do this? ---------------------------------------- Feature #5049: puppet agent to be able to apply specified run stage https://projects.puppetlabs.com/issues/5049 Author: Matt Moran Status: Needs more information Priority: Normal Assignee: Category: agent Target version: Affected Puppet version: Keywords: run stages puppet agent Branch: With the new run stages Feature #2658 I think it would be cool to be able to run puppet agent for specific stages. This way different levels of Puppet code could be deployed at different intervals and frequency. Something like: puppet agent run-stages=Network,OS I'd expect low level stages to handle this, and higher level stages to auto include lower level stages if left unspecified. class { foo: stage => pre } stage { pre: before => Stage[main] } puppet agent run-stages=foo - works puppet agent run-stages=main - works and auto includes foo -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
