Has anyone successfully use the class selectors for the puppet MCollective
plugin?

Something like:

$ mco puppet runonce --tags mysql::master

>From the docs:
*puppet_tags*
*===========*

*Validates that a comma seperated list of tags are valid Puppet class names*

*      Author: R.I.Pienaar <r...@devco.net <r...@devco.net>>*
*     Version: 1.0*
*     License: ASL 2.0*
*     Timeout: 1*
*   Home Page: http://devco.net/ <http://devco.net/>*

*   Puppet tags can be a comma seperated list of valid class names, for
details*
*   about valid class names please see the puppet_variable validator
documentation.*

*   An example of 2 tags would be:*

*       apache,mysql::master*


When I run that command, even though that class is only applied to a single
host, the list it compiles is all 43 of the hosts currently under mco
control:

$ mco puppet runonce --noop --tags mysql::master

 * [ ============================================================> ] 43 / 43




Finished processing 43 / 43 hosts in 3720.64 ms

I've tried several variations and classes without success.  It always
processes the list of all servers.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAFwM5Hwyg7_QM4TKWLHsVo-C1oSa4wH%3DF%3DGjcjwA2UKOwOU%2BoA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to