Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created April 24, 2012 13:47
Show Gist options
  • Save ripienaar/2479791 to your computer and use it in GitHub Desktop.
Save ripienaar/2479791 to your computer and use it in GitHub Desktop.
$ mkdir temp
$ cd temp
$ curl -O http://downloads.puppetlabs.com/mcollective/mcollective-1.3.3.tgz
$ tar -xvzf mcollective-1.3.3.tgz
$ cd mcollective-1.3.3
$ cp etc/client.cfg.dist ~/.mcollective
# edit ~/.mcollective set libdir to /Users/rip/temp/mcollective-1.3.3/plugins and a few other bits like set plugin.yaml to /Users/rip/temp/mcollective-1.3.3/etc/facts.yaml.dist for a client its irrelevant just needs to be there
$ PATH=$PATH:/Users/rip/temp/mcollective-1.3.3/bin
$ export RUBYLIB=/Users/rip/temp/mcollective-1.3.3/lib
$ mco ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment