puppet-runner 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.editorconfig +11 -0
- data/.gitignore +25 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +191 -0
- data/README.md +175 -0
- data/Rakefile +2 -0
- data/bin/puppet-runner +349 -0
- data/puppet-runner.gemspec +28 -0
- data/test/configs/defaults/confluence.yaml +20 -0
- data/test/configs/defaults/connector_proxy.yaml +4 -0
- data/test/configs/defaults/jira.yaml +3 -0
- data/test/configs/defaults/mysql.yaml +5 -0
- data/test/configs/hostname1.yaml +28 -0
- data/test/configs/hostname1_facts.yaml +34 -0
- data/test/configs/puppetfile_dictionary.yaml +506 -0
- data/test/configs/templates/confluence.yaml +43 -0
- data/test/configs/templates/connector_proxy.yaml +14 -0
- data/test/configs/templates/jira.yaml +36 -0
- data/test/configs/templates/mysql.yaml +18 -0
- metadata +174 -0
|
@@ -0,0 +1,506 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
mkhomedir:
|
|
4
|
+
name: 'adaptavist/mkhomedir'
|
|
5
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-mkhomedir.git'
|
|
6
|
+
ref_type: "tag"
|
|
7
|
+
ref_value: '0.1.2'
|
|
8
|
+
repo_type: 'git'
|
|
9
|
+
|
|
10
|
+
graphite:
|
|
11
|
+
name: 'adaptavist/graphite'
|
|
12
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-graphite.git'
|
|
13
|
+
ref_type: "branch"
|
|
14
|
+
ref_value: 'remove-webserver'
|
|
15
|
+
repo_type: 'git'
|
|
16
|
+
|
|
17
|
+
subversion:
|
|
18
|
+
name: 'duritong/subversion'
|
|
19
|
+
repo: 'git@github.com:Adaptavist/puppet-subversion.git'
|
|
20
|
+
ref_type: "tag"
|
|
21
|
+
ref_value: '0.1.1'
|
|
22
|
+
repo_type: 'git'
|
|
23
|
+
|
|
24
|
+
subversion_config:
|
|
25
|
+
name: 'adaptavist/subversion_config'
|
|
26
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-subversion_config.git'
|
|
27
|
+
ref_type: 'tag'
|
|
28
|
+
ref_value: '0.1.3'
|
|
29
|
+
repo_type: 'git'
|
|
30
|
+
|
|
31
|
+
monitoring_server:
|
|
32
|
+
name: 'adaptavist/monitoring_server'
|
|
33
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-monitoring_server.git'
|
|
34
|
+
ref_type: 'tag'
|
|
35
|
+
ref_value: '0.2.2'
|
|
36
|
+
repo_type: 'git'
|
|
37
|
+
|
|
38
|
+
archive:
|
|
39
|
+
name: 'gini/archive'
|
|
40
|
+
repo: 'git@github.com:Adaptavist/puppet-archive.git'
|
|
41
|
+
ref_type: "branch"
|
|
42
|
+
ref_value: "gini-archive-0.2.0"
|
|
43
|
+
repo_type: 'git'
|
|
44
|
+
|
|
45
|
+
replication:
|
|
46
|
+
name: 'adaptavist/replication'
|
|
47
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-replication.git'
|
|
48
|
+
ref_type: 'tag'
|
|
49
|
+
ref_value: '0.3.6'
|
|
50
|
+
repo_type: 'git'
|
|
51
|
+
|
|
52
|
+
central_logging:
|
|
53
|
+
name: 'adaptavist/central_logging'
|
|
54
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-central_logging.git'
|
|
55
|
+
ref_type: 'tag'
|
|
56
|
+
repo_type: 'git'
|
|
57
|
+
ref_value: '0.3.2'
|
|
58
|
+
|
|
59
|
+
ldap_ssh_keys:
|
|
60
|
+
name: 'adaptavist/ldap_ssh_keys'
|
|
61
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-ldap_ssh_keys.git'
|
|
62
|
+
ref_type: 'tag'
|
|
63
|
+
repo_type: 'git'
|
|
64
|
+
ref_value: '0.1.2'
|
|
65
|
+
|
|
66
|
+
logstash_forwarder_config:
|
|
67
|
+
name: 'adaptavist/logstash_forwarder_config'
|
|
68
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-logstash_forwarder_config.git'
|
|
69
|
+
ref_type: 'tag'
|
|
70
|
+
repo_type: 'git'
|
|
71
|
+
ref_value: '0.1.4'
|
|
72
|
+
|
|
73
|
+
logstashforwarder:
|
|
74
|
+
name: 'elasticsearch/logstashforwarder'
|
|
75
|
+
repo: 'git@github.com:Adaptavist/puppet-logstashforwarder.git'
|
|
76
|
+
ref_type: 'tag'
|
|
77
|
+
ref_value: "0.1.1"
|
|
78
|
+
repo_type: 'git'
|
|
79
|
+
|
|
80
|
+
logstash_config:
|
|
81
|
+
name: 'adaptavist/logstash_config'
|
|
82
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-logstash_config.git'
|
|
83
|
+
ref_type: 'tag'
|
|
84
|
+
repo_type: 'git'
|
|
85
|
+
ref_value: '0.1.1'
|
|
86
|
+
|
|
87
|
+
logrotate:
|
|
88
|
+
name: "rodjek/logrotate"
|
|
89
|
+
repo: 'git@github.com:Adaptavist/puppet-logrotate.git'
|
|
90
|
+
ref_type: "tag"
|
|
91
|
+
ref_value: 'v1.0.2'
|
|
92
|
+
repo_type: 'git'
|
|
93
|
+
|
|
94
|
+
grafana:
|
|
95
|
+
name: "bfraser/grafana"
|
|
96
|
+
repo: 'git@github.com:Adaptavist/puppet-grafana.git'
|
|
97
|
+
ref_type: 'tag'
|
|
98
|
+
ref_value: '0.2.2'
|
|
99
|
+
repo_type: 'git'
|
|
100
|
+
|
|
101
|
+
logstash:
|
|
102
|
+
name: "elasticsearch/logstash"
|
|
103
|
+
repo: 'git@github.com:Adaptavist/puppet-logstash.git'
|
|
104
|
+
ref_type: 'tag'
|
|
105
|
+
ref_value: '0.5.1'
|
|
106
|
+
repo_type: 'git'
|
|
107
|
+
|
|
108
|
+
elasticsearch:
|
|
109
|
+
name: "elasticsearch/elasticsearch"
|
|
110
|
+
repo: 'git@github.com:Adaptavist/puppet-elasticsearch.git'
|
|
111
|
+
ref_type: 'tag'
|
|
112
|
+
ref_value: '0.4.0'
|
|
113
|
+
repo_type: 'git'
|
|
114
|
+
|
|
115
|
+
kibana3:
|
|
116
|
+
name: "thejandroman/kibana3"
|
|
117
|
+
repo: 'git@github.com:Adaptavist/puppet-kibana3.git'
|
|
118
|
+
ref_type: 'tag'
|
|
119
|
+
repo_type: 'git'
|
|
120
|
+
ref_value: '0.0.3'
|
|
121
|
+
|
|
122
|
+
vcsrepo:
|
|
123
|
+
name: "puppetlabs/vcsrepo"
|
|
124
|
+
repo: 'git@github.com:Adaptavist/puppet-vcsrepo.git'
|
|
125
|
+
ref_type: 'tag'
|
|
126
|
+
repo_type: 'git'
|
|
127
|
+
ref_value: '1.2.0'
|
|
128
|
+
|
|
129
|
+
file_concat:
|
|
130
|
+
name: "ispavailability/file_concat"
|
|
131
|
+
repo: 'git@github.com:Adaptavist/puppet-file_concat.git'
|
|
132
|
+
ref_type: 'tag'
|
|
133
|
+
repo_type: 'git'
|
|
134
|
+
ref_value: '0.1.0'
|
|
135
|
+
|
|
136
|
+
firewall:
|
|
137
|
+
name: "puppetlabs/firewall"
|
|
138
|
+
repo: 'git@github.com:Adaptavist/puppet-firewall.git'
|
|
139
|
+
ref_type: 'tag'
|
|
140
|
+
repo_type: 'git'
|
|
141
|
+
ref_value: '0.4.2'
|
|
142
|
+
|
|
143
|
+
collectd:
|
|
144
|
+
name: 'adaptavist/collectd'
|
|
145
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-collectd.git'
|
|
146
|
+
ref_type: 'tag'
|
|
147
|
+
repo_type: 'git'
|
|
148
|
+
ref_value: '0.2.2'
|
|
149
|
+
|
|
150
|
+
mailserver:
|
|
151
|
+
name: 'adaptavist/mailserver'
|
|
152
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-mailserver.git'
|
|
153
|
+
ref_type: 'tag'
|
|
154
|
+
repo_type: 'git'
|
|
155
|
+
ref_value: '0.1.4'
|
|
156
|
+
|
|
157
|
+
mailclient:
|
|
158
|
+
name: 'adaptavist/mailclient'
|
|
159
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-mailclient.git'
|
|
160
|
+
ref_type: 'tag'
|
|
161
|
+
repo_type: 'git'
|
|
162
|
+
ref_value: '0.1.3'
|
|
163
|
+
|
|
164
|
+
fw:
|
|
165
|
+
name: 'adaptavist/fw'
|
|
166
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-fw.git'
|
|
167
|
+
ref_type: 'tag'
|
|
168
|
+
repo_type: 'git'
|
|
169
|
+
ref_value: '0.1.2'
|
|
170
|
+
|
|
171
|
+
haproxy:
|
|
172
|
+
name: "example42/haproxy"
|
|
173
|
+
repo: 'git@github.com:Adaptavist/puppet-haproxy.git'
|
|
174
|
+
ref_type: 'tag'
|
|
175
|
+
repo_type: 'git'
|
|
176
|
+
ref_value: '2.0.6'
|
|
177
|
+
|
|
178
|
+
postfix:
|
|
179
|
+
name: "example42/postfix"
|
|
180
|
+
repo: 'git@github.com:Adaptavist/puppet-postfix.git'
|
|
181
|
+
ref_type: 'tag'
|
|
182
|
+
repo_type: 'git'
|
|
183
|
+
ref_value: '2.0.10'
|
|
184
|
+
|
|
185
|
+
stdlib:
|
|
186
|
+
name: "puppetlabs/stdlib"
|
|
187
|
+
repo: 'git@github.com:Adaptavist/puppet-stdlib.git'
|
|
188
|
+
ref_type: 'tag'
|
|
189
|
+
repo_type: 'git'
|
|
190
|
+
ref_value: '4.1.0'
|
|
191
|
+
|
|
192
|
+
apache:
|
|
193
|
+
name: "puppetlabs/apache"
|
|
194
|
+
repo: 'git@github.com:Adaptavist/puppet-apache.git'
|
|
195
|
+
ref_type: 'tag'
|
|
196
|
+
repo_type: 'git'
|
|
197
|
+
ref_value: '0.11.0'
|
|
198
|
+
|
|
199
|
+
apt:
|
|
200
|
+
name: "puppetlabs/apt"
|
|
201
|
+
repo: 'git@github.com:Adaptavist/puppet-apt.git'
|
|
202
|
+
ref_type: 'tag'
|
|
203
|
+
repo_type: 'git'
|
|
204
|
+
ref_value: '1.1.0'
|
|
205
|
+
|
|
206
|
+
yum:
|
|
207
|
+
name: "example42/yum"
|
|
208
|
+
repo: 'git@github.com:Adaptavist/puppet-yum.git'
|
|
209
|
+
ref_type: 'tag'
|
|
210
|
+
repo_type: 'git'
|
|
211
|
+
ref_value: 'v2.1.17'
|
|
212
|
+
|
|
213
|
+
mysql:
|
|
214
|
+
name: "puppetlabs/mysql"
|
|
215
|
+
repo: 'git@github.com:Adaptavist/puppet-mysql.git'
|
|
216
|
+
ref_type: 'tag'
|
|
217
|
+
repo_type: 'git'
|
|
218
|
+
ref_value: '2.1.0'
|
|
219
|
+
|
|
220
|
+
xinetd:
|
|
221
|
+
name: "puppetlabs/xinetd"
|
|
222
|
+
repo: 'git@github.com:Adaptavist/puppet-xinetd.git'
|
|
223
|
+
ref_type: 'tag'
|
|
224
|
+
repo_type: 'git'
|
|
225
|
+
ref_value: '1.3.1'
|
|
226
|
+
|
|
227
|
+
postgresql:
|
|
228
|
+
name: "puppetlabs/postgresql"
|
|
229
|
+
repo: 'git@github.com:Adaptavist/puppet-postgresql.git'
|
|
230
|
+
ref_type: 'tag'
|
|
231
|
+
repo_type: 'git'
|
|
232
|
+
ref_value: '3.3.3'
|
|
233
|
+
|
|
234
|
+
noconfigpkgs:
|
|
235
|
+
name: 'adaptavist/noconfigpkgs'
|
|
236
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-noconfigpkgs.git'
|
|
237
|
+
ref_type: 'tag'
|
|
238
|
+
repo_type: 'git'
|
|
239
|
+
ref_value: '0.1.2'
|
|
240
|
+
|
|
241
|
+
etckeeper:
|
|
242
|
+
name: 'puppet/etckeeper'
|
|
243
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-etckeeper.git'
|
|
244
|
+
ref_type: 'tag'
|
|
245
|
+
repo_type: 'git'
|
|
246
|
+
ref_value: '0.1.1'
|
|
247
|
+
|
|
248
|
+
noconfigpkgs:
|
|
249
|
+
name: 'adaptavist/noconfigpkgs'
|
|
250
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-noconfigpkgs.git'
|
|
251
|
+
ref_type: 'tag'
|
|
252
|
+
repo_type: 'git'
|
|
253
|
+
ref_value: '0.1.2'
|
|
254
|
+
|
|
255
|
+
oracle_java:
|
|
256
|
+
name: 'adaptavist/oracle_java'
|
|
257
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-oracle_java.git'
|
|
258
|
+
ref_type: 'tag'
|
|
259
|
+
repo_type: 'git'
|
|
260
|
+
ref_value: '0.2.2'
|
|
261
|
+
|
|
262
|
+
packages_repos:
|
|
263
|
+
name: 'adaptavist/packages_repos'
|
|
264
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-packages_repos.git'
|
|
265
|
+
ref_type: 'tag'
|
|
266
|
+
repo_type: 'git'
|
|
267
|
+
ref_value: '0.1.2'
|
|
268
|
+
|
|
269
|
+
postgresconfig:
|
|
270
|
+
name: 'adaptavist/postgresconfig'
|
|
271
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-postgresconfig.git'
|
|
272
|
+
ref_type: 'tag'
|
|
273
|
+
repo_type: 'git'
|
|
274
|
+
ref_value: '0.0.5'
|
|
275
|
+
|
|
276
|
+
mysqlconfig:
|
|
277
|
+
name: 'adaptavist/mysqlconfig'
|
|
278
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-mysqlconfig.git'
|
|
279
|
+
ref_type: 'tag'
|
|
280
|
+
repo_type: 'git'
|
|
281
|
+
ref_value: '0.1.2'
|
|
282
|
+
|
|
283
|
+
baseusers:
|
|
284
|
+
name: 'adaptavist/baseusers'
|
|
285
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-baseusers.git'
|
|
286
|
+
ref_type: 'tag'
|
|
287
|
+
repo_type: 'git'
|
|
288
|
+
ref_value: '0.1.2'
|
|
289
|
+
|
|
290
|
+
avstapp:
|
|
291
|
+
name: 'adaptavist/avstapp'
|
|
292
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-avstapp.git'
|
|
293
|
+
ref_type: 'tag'
|
|
294
|
+
repo_type: 'git'
|
|
295
|
+
ref_value: '0.2.6'
|
|
296
|
+
|
|
297
|
+
database:
|
|
298
|
+
name: 'adaptavist/database'
|
|
299
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-database.git'
|
|
300
|
+
ref_type: 'tag'
|
|
301
|
+
repo_type: 'git'
|
|
302
|
+
ref_value: '0.1.2'
|
|
303
|
+
|
|
304
|
+
webserver:
|
|
305
|
+
name: 'adaptavist/webserver'
|
|
306
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-webserver.git'
|
|
307
|
+
ref_type: 'tag'
|
|
308
|
+
repo_type: 'git'
|
|
309
|
+
ref_value: '0.2.3'
|
|
310
|
+
|
|
311
|
+
limits:
|
|
312
|
+
name: "puppetlabs/limits"
|
|
313
|
+
repo: 'git@github.com:Adaptavist/puppet-limits.git'
|
|
314
|
+
ref_type: 'tag'
|
|
315
|
+
repo_type: 'git'
|
|
316
|
+
ref_value: '0.0.2'
|
|
317
|
+
|
|
318
|
+
concat:
|
|
319
|
+
name: "puppetlabs/concat"
|
|
320
|
+
repo: 'git@github.com:Adaptavist/puppet-concat.git'
|
|
321
|
+
ref_type: 'tag'
|
|
322
|
+
repo_type: 'git'
|
|
323
|
+
ref_value: '1.1.2'
|
|
324
|
+
|
|
325
|
+
puppi:
|
|
326
|
+
name: "example42/puppi"
|
|
327
|
+
repo: 'git@github.com:Adaptavist/puppet-puppi.git'
|
|
328
|
+
ref_type: 'tag'
|
|
329
|
+
repo_type: 'git'
|
|
330
|
+
ref_value: '2.1.9'
|
|
331
|
+
|
|
332
|
+
monitor:
|
|
333
|
+
name: "example42/monitor"
|
|
334
|
+
repo: 'git@github.com:Adaptavist/puppet-monitor.git'
|
|
335
|
+
ref_type: 'tag'
|
|
336
|
+
repo_type: 'git'
|
|
337
|
+
ref_value: '2.0.1'
|
|
338
|
+
|
|
339
|
+
iptables:
|
|
340
|
+
name: "example42/iptables"
|
|
341
|
+
repo: 'git@github.com:Adaptavist/puppet-iptables.git'
|
|
342
|
+
ref_type: 'tag'
|
|
343
|
+
repo_type: 'git'
|
|
344
|
+
ref_value: '2.1.3'
|
|
345
|
+
|
|
346
|
+
autofs:
|
|
347
|
+
name: "example42/autofs"
|
|
348
|
+
repo: 'git@github.com:Adaptavist/puppet-autofs.git'
|
|
349
|
+
ref_type: 'tag'
|
|
350
|
+
repo_type: 'git'
|
|
351
|
+
ref_value: '2.0.13'
|
|
352
|
+
|
|
353
|
+
sssd:
|
|
354
|
+
name: 'adaptavist/sssd'
|
|
355
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-sssd.git'
|
|
356
|
+
ref_type: 'tag'
|
|
357
|
+
repo_type: 'git'
|
|
358
|
+
ref_value: '0.3.2'
|
|
359
|
+
|
|
360
|
+
krb5:
|
|
361
|
+
name: 'adaptavist/krb5'
|
|
362
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-krb5.git'
|
|
363
|
+
ref_type: 'tag'
|
|
364
|
+
repo_type: 'git'
|
|
365
|
+
ref_value: '0.1.2'
|
|
366
|
+
|
|
367
|
+
samba:
|
|
368
|
+
name: 'adaptavist/samba'
|
|
369
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-samba.git'
|
|
370
|
+
ref_type: 'tag'
|
|
371
|
+
repo_type: 'git'
|
|
372
|
+
ref_value: '0.1.2'
|
|
373
|
+
|
|
374
|
+
active_directory_glue:
|
|
375
|
+
name: 'adaptavist/active_directory_glue'
|
|
376
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-active_directory_glue.git'
|
|
377
|
+
ref_type: 'tag'
|
|
378
|
+
repo_type: 'git'
|
|
379
|
+
ref_value: '0.1.2'
|
|
380
|
+
|
|
381
|
+
sudo:
|
|
382
|
+
name: 'adaptavist/sudo'
|
|
383
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-sudo.git'
|
|
384
|
+
ref_type: 'tag'
|
|
385
|
+
repo_type: 'git'
|
|
386
|
+
ref_value: '0.1.2'
|
|
387
|
+
|
|
388
|
+
nagiosclient:
|
|
389
|
+
name: 'adaptavist/nagiosclient'
|
|
390
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-nagiosclient.git'
|
|
391
|
+
ref_type: 'tag'
|
|
392
|
+
repo_type: 'git'
|
|
393
|
+
ref_value: '0.1.2'
|
|
394
|
+
|
|
395
|
+
simple_networking:
|
|
396
|
+
name: 'adaptavist/simple_networking'
|
|
397
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-simple_networking.git'
|
|
398
|
+
ref_type: 'tag'
|
|
399
|
+
repo_type: 'git'
|
|
400
|
+
ref_value: '0.1.3'
|
|
401
|
+
|
|
402
|
+
stunnel_config:
|
|
403
|
+
name: 'adaptavist/stunnel_config'
|
|
404
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-stunnel_config.git'
|
|
405
|
+
ref_type: 'tag'
|
|
406
|
+
repo_type: 'git'
|
|
407
|
+
ref_value: '0.2.7'
|
|
408
|
+
|
|
409
|
+
rsync_config:
|
|
410
|
+
name: 'adaptavist/rsync_config'
|
|
411
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-rsync_config.git'
|
|
412
|
+
ref_type: 'tag'
|
|
413
|
+
repo_type: 'git'
|
|
414
|
+
ref_value: '0.1.2'
|
|
415
|
+
|
|
416
|
+
lsyncd:
|
|
417
|
+
name: 'adaptavist/lsyncd'
|
|
418
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-lsyncd.git'
|
|
419
|
+
ref_type: 'tag'
|
|
420
|
+
repo_type: 'git'
|
|
421
|
+
ref_value: '0.1.2'
|
|
422
|
+
|
|
423
|
+
idmap:
|
|
424
|
+
name: 'adaptavist/idmap'
|
|
425
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-idmap.git'
|
|
426
|
+
ref_type: 'tag'
|
|
427
|
+
repo_type: 'git'
|
|
428
|
+
ref_value: '0.1.2'
|
|
429
|
+
|
|
430
|
+
kmod_config:
|
|
431
|
+
name: 'adaptavist/kmod_config'
|
|
432
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-kmod_config.git'
|
|
433
|
+
ref_type: 'tag'
|
|
434
|
+
repo_type: 'git'
|
|
435
|
+
ref_value: '0.1.2'
|
|
436
|
+
|
|
437
|
+
definer:
|
|
438
|
+
name: 'adaptavist/definer'
|
|
439
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-definer.git'
|
|
440
|
+
ref_type: 'tag'
|
|
441
|
+
repo_type: 'git'
|
|
442
|
+
ref_value: '0.1.2'
|
|
443
|
+
|
|
444
|
+
subversion_edge:
|
|
445
|
+
name: 'adaptavist/subversion_edge'
|
|
446
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-subversion_edge.git'
|
|
447
|
+
ref_type: 'tag'
|
|
448
|
+
repo_type: 'git'
|
|
449
|
+
ref_value: '0.1.2'
|
|
450
|
+
|
|
451
|
+
backup:
|
|
452
|
+
name: 'adaptavist/backup'
|
|
453
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-backup.git'
|
|
454
|
+
ref_type: 'tag'
|
|
455
|
+
repo_type: 'git'
|
|
456
|
+
ref_value: '0.1.2'
|
|
457
|
+
|
|
458
|
+
avst_backup:
|
|
459
|
+
name: 'adaptavist/avst_backup'
|
|
460
|
+
repo: 'ssh://git@stash.adaptavist.com:7999/pup/puppet-avst_backup.git'
|
|
461
|
+
ref_type: 'tag'
|
|
462
|
+
repo_type: 'git'
|
|
463
|
+
ref_value: '0.1.5'
|
|
464
|
+
|
|
465
|
+
openssh:
|
|
466
|
+
name: "example42/openssh"
|
|
467
|
+
repo: 'git@github.com:Adaptavist/puppet-openssh.git'
|
|
468
|
+
ref_type: 'tag'
|
|
469
|
+
repo_type: 'git'
|
|
470
|
+
ref_value: '2.0.9'
|
|
471
|
+
|
|
472
|
+
ntp:
|
|
473
|
+
name: "puppetlabs/ntp"
|
|
474
|
+
repo: 'git@github.com:Adaptavist/puppet-ntp.git'
|
|
475
|
+
ref_type: 'tag'
|
|
476
|
+
repo_type: 'git'
|
|
477
|
+
ref_value: '3.1.0'
|
|
478
|
+
|
|
479
|
+
stunnel:
|
|
480
|
+
name: "puppetlabs/stunnel"
|
|
481
|
+
repo: 'git@github.com:Adaptavist/puppet-stunnel.git'
|
|
482
|
+
ref_type: 'tag'
|
|
483
|
+
repo_type: 'git'
|
|
484
|
+
ref_value: '0.0.1'
|
|
485
|
+
|
|
486
|
+
rsync:
|
|
487
|
+
name: "puppetlabs/rsync"
|
|
488
|
+
repo: 'git@github.com:Adaptavist/puppet-rsync.git'
|
|
489
|
+
ref_type: 'tag'
|
|
490
|
+
repo_type: 'git'
|
|
491
|
+
ref_value: '0.3.1'
|
|
492
|
+
|
|
493
|
+
git:
|
|
494
|
+
name: "puppetlabs/git"
|
|
495
|
+
repo: 'git@github.com:Adaptavist/puppet-git.git'
|
|
496
|
+
ref_type: 'tag'
|
|
497
|
+
repo_type: 'git'
|
|
498
|
+
ref_value: '0.3.0'
|
|
499
|
+
|
|
500
|
+
kmod:
|
|
501
|
+
name: "camptocamp/kmod"
|
|
502
|
+
repo: 'git@github.com:Adaptavist/puppet-kmod.git'
|
|
503
|
+
ref_type: 'tag'
|
|
504
|
+
repo_type: 'git'
|
|
505
|
+
ref_value: '0.1.3'
|
|
506
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
prefixes:
|
|
4
|
+
- "confluence_"
|
|
5
|
+
|
|
6
|
+
required_facts:
|
|
7
|
+
- "confluence_license"
|
|
8
|
+
- "confluence_host_name"
|
|
9
|
+
|
|
10
|
+
classes:
|
|
11
|
+
- avstapp
|
|
12
|
+
|
|
13
|
+
dependencies:
|
|
14
|
+
- avstapp
|
|
15
|
+
- stdlib
|
|
16
|
+
- oracle_java
|
|
17
|
+
- limits
|
|
18
|
+
- packages_repos
|
|
19
|
+
|
|
20
|
+
avstapp::conf:
|
|
21
|
+
"%{::confluence_instance_name}":
|
|
22
|
+
version: "%{::confluence_version}" # '5.2.5'
|
|
23
|
+
application_type: confluence
|
|
24
|
+
context_path: "%{::confluence_context_path}"
|
|
25
|
+
shutport: "%{::confluence_app_shutport}"
|
|
26
|
+
tarball_location_url: "http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-%{::confluence_version}.tar.gz"
|
|
27
|
+
base_url: "https://%{::confluence_host_name}"
|
|
28
|
+
avst_wizard_properties:
|
|
29
|
+
license: "%{::confluence_license}"
|
|
30
|
+
admin_user: "%{::confluence_admin_user}"
|
|
31
|
+
admin_pass: "%{::confluence_admin_pass}"
|
|
32
|
+
admin_full_name: "%{::confluence_admin_full_name}"
|
|
33
|
+
admin_email: "%{::confluence_admin_email}"
|
|
34
|
+
database_url: "jdbc:mysql://localhost/%{::confluence_database_name}?sessionVariables=storage_engine%3DInnoDB"
|
|
35
|
+
database_user: "%{::confluence_database_user}"
|
|
36
|
+
database_pass: "%{::confluence_database_pass}"
|
|
37
|
+
drivers:
|
|
38
|
+
location_path:
|
|
39
|
+
- '/etc/puppet/files/bins/mysql-connector-java-5.1.22-bin.jar'
|
|
40
|
+
java_flags:
|
|
41
|
+
JVM_MINIMUM_MEMORY: "%{::confluence_JVM_MINIMUM_MEMORY}" #'512m'
|
|
42
|
+
JVM_MAXIMUM_MEMORY: "%{::confluence_JVM_MAXIMUM_MEMORY}" #'1024m'
|
|
43
|
+
JVM_MAX_PERM_SIZE: "%{::confluence_JVM_MAX_PERM_SIZE}" #'256m'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
prefixes:
|
|
4
|
+
- "application_"
|
|
5
|
+
- "connector_"
|
|
6
|
+
|
|
7
|
+
avstapp::conf:
|
|
8
|
+
"%{::application_instance_name}":
|
|
9
|
+
connectors:
|
|
10
|
+
- scheme: "%{::connector_scheme}"
|
|
11
|
+
http_port: "%{::connector_app_port}"
|
|
12
|
+
proxy_name: "%{::connector_host_name}"
|
|
13
|
+
proxy_port: "%{::connector_port}"
|
|
14
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
classes:
|
|
4
|
+
- avstapp
|
|
5
|
+
|
|
6
|
+
prefixes:
|
|
7
|
+
- "jira_"
|
|
8
|
+
|
|
9
|
+
avstapp::conf:
|
|
10
|
+
"%{::jira_instance_name}":
|
|
11
|
+
version: "%{::jira_version}" # '6.2.7'
|
|
12
|
+
application_type: jira
|
|
13
|
+
context_path: "%{::jira_context_path}"
|
|
14
|
+
shutport: "%{::jira_app_shutport}" #8009
|
|
15
|
+
tarball_location_url: "http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-%{::jira_version}.tar.gz"
|
|
16
|
+
base_url: "https://%{::jira_host_name}"
|
|
17
|
+
avst_wizard_properties:
|
|
18
|
+
admin_user: "%{::jira_admin_user}"
|
|
19
|
+
admin_pass: "%{::jira_admin_pass}"
|
|
20
|
+
admin_full_name: "%{::jira_admin_full_name}"
|
|
21
|
+
admin_email: "%{::jira_admin_email}"
|
|
22
|
+
mail_server_user: "admin"
|
|
23
|
+
mail_server_pass: "admin"
|
|
24
|
+
database_url: "localhost"
|
|
25
|
+
database_user: "%{::jira_database_user}"
|
|
26
|
+
database_pass: "%{::jira_database_pass}"
|
|
27
|
+
database_name: "%{::jira_database_name}"
|
|
28
|
+
instance_name: "%{::jira_app_instance_name}"
|
|
29
|
+
license: "%{::jira_license}"
|
|
30
|
+
drivers:
|
|
31
|
+
location_path:
|
|
32
|
+
- '/etc/puppet/files/bins/mysql-connector-java-5.1.22-bin.jar'
|
|
33
|
+
java_flags:
|
|
34
|
+
JVM_MINIMUM_MEMORY: "%{::jira_JVM_MINIMUM_MEMORY}" #'512m'
|
|
35
|
+
JVM_MAXIMUM_MEMORY: "%{::jira_JVM_MAXIMUM_MEMORY}" #'1024m'
|
|
36
|
+
JVM_MAX_PERM_SIZE: "%{::jira_JVM_MAX_PERM_SIZE}" #'256m'
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
classes:
|
|
4
|
+
- database
|
|
5
|
+
|
|
6
|
+
prefixes:
|
|
7
|
+
- "database_db_"
|
|
8
|
+
|
|
9
|
+
database_type: 'mysql'
|
|
10
|
+
|
|
11
|
+
database::conf:
|
|
12
|
+
"%{::database_db_database_name}":
|
|
13
|
+
host: 'localhost'
|
|
14
|
+
collate: 'utf8_bin'
|
|
15
|
+
charset: 'utf8'
|
|
16
|
+
user: "%{::database_db_database_user}"
|
|
17
|
+
password: "%{::database_db_database_pass}"
|
|
18
|
+
name: "%{::database_db_database_name}"
|