~ubuntu-branches/ubuntu/oneiric/mcollective/oneiric-proposed

« back to all changes in this revision

Viewing changes to .pc/debian-changes-1.0.1-0ubuntu4/etc/server.cfg.dist

  • Committer: Bazaar Package Importer
  • Author(s): Marc Cluet, Marc Cluet, Chuck Short
  • Date: 2011-05-05 07:37:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110505073754-klk1jkz8afi4fomx
Tags: 1.2.0-0ubuntu1
[Marc Cluet]
* Update to 1.2.0
* Build for Oneiric.

[Chuck Short]
* Drop ruby from mcollective, mcollective-middleware, mcollective-client
  since its a dependency of mcollective-common.
* Bump standards to 3.9.2.
* Fix up lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
topicprefix = /topic/mcollective
2
 
libdir = /usr/share/mcollective/plugins
3
 
logfile = /var/log/mcollective.log
4
 
loglevel = info
5
 
daemonize = 1
6
 
 
7
 
# Plugins 
8
 
securityprovider = psk
9
 
plugin.psk = unset
10
 
 
11
 
connector = stomp
12
 
plugin.stomp.host = stomp.example.com
13
 
plugin.stomp.port = 6163
14
 
plugin.stomp.user = mcollective
15
 
plugin.stomp.password = marionette
16
 
 
17
 
# Facts
18
 
factsource = yaml
19
 
plugin.yaml = /etc/mcollective/facts.yaml
20