On Monday, July 30, 2012 12:17:33 AM UTC-4, Hai wrote:

> I used the puppetd plugin to disable the puppet service on a node, 
> however the puppet is still running on the node. Can someone explain 
> why? 
>
> # mco puppetd -I test-01 disable 
>
>  * [ ============================================================> ] 1 / 1 
>
>
> test-01                              Request Aborted 
>    Already disabled 
>
> Finished processing 1 / 1 hosts in 64.07 ms 
> # mco puppetd -I test-01 status 
>
>  * [ ============================================================> ] 1 / 1 
>
> test-01                              Currently disabled; last 
> completed run 1550 seconds ago 
>
> Finished processing 1 / 1 hosts in 60.37 ms 
>

Hai,

When you tell mcollective to disable puppet on a node, it *administratively 
disables* the agent but it does not stop the puppetd process. If you try 
'puppet agent -t' on an node that has been administratively disabled you 
will see that puppet won't actually run.

--
Peter
 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/AFPGM7_T5SwJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to