Issue #5455 has been updated by Charlie Sharpsteen.

Keywords set to  customer

----------------------------------------
Feature #5455: puppetd --noop --test should work when puppetd --disable
https://projects.puppetlabs.com/issues/5455#change-88743

* Author: micah -
* Status: Duplicate
* Priority: Normal
* Assignee: Nigel Kersten
* Category: agent
* Target version: 
* Affected Puppet version: 
* Keywords:  customer
* 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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to