openbsd-ports/sysutils/mcollective/pkg
ajacoutot 49b82f7ce7 Use bundled modules since they are certified to work with that particular
version of mcollective.
Force ruby 1.8; version 1.9 is not functionnal yet.
Simplify patching the config files by using a regex.
Use BSD_INSTALL_*
Use $RUBY in the rc script.
Take maintainer.

More work to come, so still not hooked to the build.
2013-03-13 22:54:26 +00:00
..
DESCR
mcollectived.rc Use bundled modules since they are certified to work with that particular 2013-03-13 22:54:26 +00:00
PLIST Use bundled modules since they are certified to work with that particular 2013-03-13 22:54:26 +00:00
README - update to mcollective-2.3.0 2013-03-13 13:33:51 +00:00

$OpenBSD: README,v 1.1 2013/03/13 13:33:51 jasper Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Middleware layer
================

In order to use MCollective a middleware layer needs to be present
inside the network. While RabbitMQ is supported, it is advised to use
ActiveMQ. The packages can be installed with their respective
commands:

    pkg_add apache-activemq
or
    pkg_add rabbitmq

Configuration
=============

For more information on configuring and running MCollective, please
refer to the online documentation available at the following address:
http://docs.puppetlabs.com/mcollective/reference/basic/gettingstarted.html