Protect the cfg files since they may contain passwords.

This commit is contained in:
ajacoutot 2013-03-14 07:58:08 +00:00
parent 1f85e44673
commit 54f06f621a
3 changed files with 11 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2013/03/13 22:54:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2013/03/14 07:58:08 ajacoutot Exp $
COMMENT= framework for server orchestration/parallel job execution
DISTNAME= mcollective-2.3.0
EXTRACT_SUFX= .tgz
REVISION= 0
REVISION= 1
CATEGORIES= sysutils

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2013/03/13 22:54:26 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.5 2013/03/14 07:58:08 ajacoutot Exp $
bin/mco
${MODRUBY_SITEDIR}/mcollective/
${MODRUBY_SITEDIR}/mcollective.rb
@ -548,7 +548,9 @@ share/doc/pkg-readmes/${FULLPKGNAME}
share/examples/mcollective/
@sample ${SYSCONFDIR}/mcollective/
share/examples/mcollective/client.cfg
@mode 0640
@sample ${SYSCONFDIR}/mcollective/client.cfg
@mode
share/examples/mcollective/facts.yaml
@sample ${SYSCONFDIR}/mcollective/facts.yaml
share/examples/mcollective/plugin.d/
@ -556,7 +558,9 @@ share/examples/mcollective/plugin.d/
share/examples/mcollective/rpc-help.erb
@sample ${SYSCONFDIR}/mcollective/rpc-help.erb
share/examples/mcollective/server.cfg
@mode 0640
@sample ${SYSCONFDIR}/mcollective/server.cfg
@mode
share/examples/mcollective/ssl/
@sample ${SYSCONFDIR}/mcollective/ssl/
share/examples/mcollective/ssl/clients/

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.1 2013/03/13 13:33:51 jasper Exp $
$OpenBSD: README,v 1.2 2013/03/14 07:58:08 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -9,12 +9,11 @@ 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:
ActiveMQ. The packages can be installed with their respective commands:
pkg_add apache-activemq
# pkg_add apache-activemq
or
pkg_add rabbitmq
# pkg_add rabbitmq
Configuration
=============