On Mon, Feb 28, 2011 at 4:17 PM, Luis Miguel Silva <[email protected]> wrote: > Dear all, > > I've been watching the installation how to video on PuppetLabs's > website but i don't understand where to get mcollective OR how to > clone the repos with all the modules (all at once)? > http://www.puppetlabs.com/misc/pe-files/
Currently, MCollective is not part of Puppet Enterprise, sorry for the confusion in the original video. See: http://www.puppetlabs.com/blog/puppet-enterprise-installation-2/ > I noticed there are mcollective-common, mcollective-server and > mcollective-client rpm files BUT installing them did not install the > mc-* commands that are used in the video... Depending on the version of MCollective, the latest version is single executable so mc ping mc inventory ... You also need ActiveMQ/RabbitMQ, please see documentation for more details: http://docs.puppetlabs.com/mcollective/reference/basic/gettingstarted.html > Also, i tried manually installing one of the modules > (DavidSchmitt-apache-1.0.0) by downloading the .tar.gz file and > putting the compressed file's contents at > /etc/puppetlabs/puppet/modules but i could not see them under the > dashboard... Currently, dashboard does not autoload classes in modules and we have a feature request to detect and import classes into dashboard. > I also noticed i could not use the helloworld class (which, > supposedely, ships with Puppet). Add helloworld to the list of classes in dashboard first, then you can use it for any node. You can also specify it in site.pp node hostname { include helloworld } Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
