Issue #5455 has been updated by James Turnbull. Status changed from Unreviewed to Needs design decision Assignee set to Nigel Kersten
---------------------------------------- Feature #5455: puppetd --noop --test should work when puppetd --disable https://projects.puppetlabs.com/issues/5455 Author: micah - Status: Needs design decision Priority: Low Assignee: Nigel Kersten Category: agent Target version: Affected Puppet version: Keywords: Branch: If you disable puppet from running by issuing: <pre> # puppetd --disable </pre> and then you want to see what will be changed when you enable puppet again, you cannot do this: <pre> # puppetd --test --noop notice: Run of Puppet configuration client already in progress; skipping </pre> You have to enable puppet again before you can run the noop: <pre> # puppetd --enable # puppetd --test --noop </pre> Its a minor annoyance, but it seems like that is an unnecessary restriction, especially since you are likely to re-disable it again immediately after a noop run. -- 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.
