Created
April 24, 2012 13:47
-
-
Save ripienaar/2479791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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