Comments on: Systems Orchestration with MCollective https://blog.bluemalkin.net/systems-orchestration-with-mcollective/ A blog about DevOps technologies, tips and tricks. Wed, 02 Oct 2024 03:08:46 +0000 hourly 1 https://wordpress.org/?v=4.9.8 By: ghomem https://blog.bluemalkin.net/systems-orchestration-with-mcollective/#comment-29807 Mon, 23 Mar 2015 02:03:18 +0000 http://blog.bluemalkin.net/?p=85#comment-29807 Great writeup. Thanks!

Just two notes:

– on the agent configurationn you missed the mcollective package on the apt-get install line:
sudo apt-get install mcollective mcollective-package-agent mcollective-service-agent mcollective-puppet-agent

– on the master, where the ‘client’ is installed you don’t need to restart the mcollective service, in fact it doesn’t need to run at all, if you run:

service mcollective stop
update-rc.d mcollective disable

it still works. The client.cfg file is read by the mco command, not by the mcollectived daemon.

]]>