Update version according to OSCI-856
[packages/precise/mcollective.git] / debian / patches / conffile.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## conffile.dpatch by  <giskard@debian.org
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: default config options
6
7 @DPATCH@
8 diff -urNad mcollective-0.4.1~/etc/client.cfg mcollective-0.4.1/etc/client.cfg
9 --- mcollective-0.4.1~/etc/client.cfg   1970-01-01 00:00:00.000000000 +0000
10 +++ mcollective-0.4.1/etc/client.cfg    2010-01-06 14:37:24.000000000 +0000
11 @@ -0,0 +1,19 @@
12 +libdir = /usr/share/mcollective/plugins
13 +logger_type = console
14 +loglevel = warn
15 +
16 +# Plugins
17 +securityprovider = psk
18 +plugin.psk = unset
19 +
20 +connector = activemq
21 +plugin.activemq.pool.size = 1
22 +plugin.activemq.pool.1.host = stomp1
23 +plugin.activemq.pool.1.port = 6163
24 +plugin.activemq.pool.1.user = mcollective
25 +plugin.activemq.pool.1.password = marionette
26 +
27 +# Facts
28 +factsource = yaml
29 +plugin.yaml = /etc/mcollective/facts.yaml
30 +
31 diff -urNad mcollective-0.4.1~/etc/client.cfg.dist mcollective-0.4.1/etc/client.cfg.dist
32 --- mcollective-0.4.1~/etc/client.cfg.dist      2010-01-02 14:54:25.000000000 +0000
33 +++ mcollective-0.4.1/etc/client.cfg.dist       1970-01-01 00:00:00.000000000 +0000
34 @@ -1,19 +0,0 @@
35 -libdir = /usr/libexec/mcollective
36 -logger_type = console
37 -loglevel = warn
38 -
39 -# Plugins
40 -securityprovider = psk
41 -plugin.psk = unset
42 -
43 -connector = stomp
44 -plugin.stomp.host = stomp.your.com
45 -plugin.stomp.port = 6163
46 -plugin.stomp.user = mcollective
47 -plugin.stomp.password = marionette
48 -
49 -# Facts
50 -factsource = yaml
51 -plugin.yaml = /etc/mcollective/facts.yaml
52 -
53 diff -urNad mcollective-0.4.1~/etc/facts.yaml mcollective-0.4.1/etc/facts.yaml
54 --- mcollective-0.4.1~/etc/facts.yaml   1970-01-01 00:00:00.000000000 +0000
55 +++ mcollective-0.4.1/etc/facts.yaml    2010-01-06 14:37:27.000000000 +0000
56 @@ -0,0 +1,2 @@
57 +---
58 +mcollective: 1
59 diff -urNad mcollective-0.4.1~/etc/facts.yaml.dist mcollective-0.4.1/etc/facts.yaml.dist
60 --- mcollective-0.4.1~/etc/facts.yaml.dist      2010-01-02 14:54:25.000000000 +0000
61 +++ mcollective-0.4.1/etc/facts.yaml.dist       1970-01-01 00:00:00.000000000 +0000
62 @@ -1,2 +0,0 @@
63 ----
64 -mcollective: 1
65 diff -urNad mcollective-0.4.1~/etc/server.cfg mcollective-0.4.1/etc/server.cfg
66 --- mcollective-0.4.1~/etc/server.cfg   1970-01-01 00:00:00.000000000 +0000
67 +++ mcollective-0.4.1/etc/server.cfg    2010-01-06 14:37:50.000000000 +0000
68 @@ -0,0 +1,20 @@
69 +libdir = /usr/share/mcollective/plugins
70 +logfile = /var/log/mcollective.log
71 +loglevel = info
72 +daemonize = 1
73 +
74 +# Plugins
75 +securityprovider = psk
76 +plugin.psk = unset
77 +
78 +connector = activemq
79 +plugin.activemq.pool.size = 1
80 +plugin.activemq.pool.1.host = stomp1
81 +plugin.activemq.pool.1.port = 6163
82 +plugin.activemq.pool.1.user = mcollective
83 +plugin.activemq.pool.1.password = marionette
84 +
85 +# Facts
86 +factsource = yaml
87 +plugin.yaml = /etc/mcollective/facts.yaml
88 +
89 diff -urNad mcollective-0.4.1~/etc/server.cfg.dist mcollective-0.4.1/etc/server.cfg.dist
90 --- mcollective-0.4.1~/etc/server.cfg.dist      2010-01-02 14:54:25.000000000 +0000
91 +++ mcollective-0.4.1/etc/server.cfg.dist       1970-01-01 00:00:00.000000000 +0000
92 @@ -1,20 +0,0 @@
93 -libdir = /usr/libexec/mcollective
94 -logfile = /var/log/mcollective.log
95 -loglevel = info
96 -daemonize = 1
97 -
98 -# Plugins
99 -securityprovider = psk
100 -plugin.psk = unset
101 -
102 -connector = stomp
103 -plugin.stomp.host = stomp.your.com
104 -plugin.stomp.port = 6163
105 -plugin.stomp.user = mcollective
106 -plugin.stomp.password = marionette
107 -
108 -# Facts
109 -factsource = yaml
110 -plugin.yaml = /etc/mcollective/facts.yaml
111 -