-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
216 lines (165 loc) · 7.53 KB
/
Puppetfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
mod 'dar',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/puppet-swh-dar',
:branch => :control_branch,
:default_branch => 'master'
mod 'gunicorn',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/puppet-swh-gunicorn',
:branch => :control_branch,
:default_branch => 'master'
mod 'mediawiki',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/puppet-swh-mediawiki',
:branch => :control_branch,
:default_branch => 'master'
mod 'postfix',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/puppet-swh-postfix',
:branch => :control_branch,
:default_branch => 'master'
mod 'uwsgi',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/puppet-swh-uwsgi',
:branch => :control_branch,
:default_branch => 'master'
mod 'apache',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-apache',
:tag => 'v7.0.0'
mod 'apt',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-apt',
:tag => 'v8.3.0'
mod 'archive',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-archive',
:tag => 'v6.0.2'
mod 'bind',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-inkblot-bind',
:ref => '7.4.0'
mod 'cassandra',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-cassandra',
:ref => 'master'
mod 'ceph',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-openstack-ceph',
:ref => 'master'
mod 'concat',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-concat',
:tag => 'v7.1.1'
mod 'cups',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-mosen-cups',
:ref => 'master'
mod 'datacat',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-richardc-datacat',
:ref => '0.6.2'
mod 'debconf',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-stm-debconf',
:ref => 'v4.1.0'
mod 'debnet',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-trepasi-debnet',
:ref => '8d856df078352a8848a43ca0ee9f2ef9086b343a'
mod 'docker',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-docker',
:ref => 'v4.1.2'
mod 'elasticsearch',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-elastic-elasticsearch',
:ref => '6.4.0'
mod 'extlib',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-extlib',
:tag => 'v5.3.0'
mod 'grafana',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-grafana',
:ref => 'feature/puppet5-compat'
mod 'hitch',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-ssm-hitch',
:ref => 'feature/additional-config-0.1.5'
mod 'icinga2',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-icinga-icinga2',
:tag => 'v3.2.1'
mod 'icingaweb2',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-icinga-icingaweb2',
:tag => 'v3.2.1'
mod 'inifile',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-inifile',
:ref => 'v5.2.0'
mod 'java',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-java',
:tag => 'v7.3.0'
mod 'java_ks',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-java_ks',
:tag => 'v4.2.0'
mod 'kafka',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-kafka',
:ref => 'v8.0.0'
mod 'keycloak',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-treydock-keycloak',
# Need to upgrade to keycloak 12 before bumping to 7.x
:ref => 'v6.26.0'
mod 'letsencrypt',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-letsencrypt',
:ref => 'v7.0.0'
mod 'locales',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-saz-locales',
:ref => 'v3.1.0'
mod 'mysql',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-mysql',
:ref => 'v12.0.1'
mod 'nginx',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-nginx',
:ref => 'v3.3.0'
mod 'ntp',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-ntp',
:ref => 'v9.1.0'
mod 'php',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-php',
:ref => 'v8.0.2'
mod 'postgresql',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-postgresql',
:ref => 'v7.5.0'
mod 'pgbouncer',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-covermymeds-pgbouncer',
:ref => '9ec0d8a1255bbb309c2ff38f229167209cad496b'
mod 'puppet',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-theforeman-puppet',
:ref => 'latest_passenger'
mod 'puppetdb',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-puppetdb',
:ref => '7.10.0'
mod 'memcached',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-saz-memcached',
:ref => 'v7.0.0'
mod 'rabbitmq',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-rabbitmq',
:ref => 'v11.1.0'
mod 'redis',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-redis',
:ref => 'v8.2.0'
mod 'resolv_conf',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-saz-resolv_conf',
:ref => 'v5.0.0'
mod 'ssh',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-saz-ssh',
:ref => 'v8.0.0'
mod 'stdlib',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-stdlib',
:ref => 'v8.1.0'
mod 'sudo',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-saz-sudo',
:ref => 'v7.0.2'
mod 'systemd',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-camptocamp-systemd',
# camptocamp/puppet-systemd 3.x dropped explicit systemctl daemon-reload
# calls in favor of the built-in support in Puppet 6.1. We use Puppet 5.5.x,
# so we can't upgrade this module.
:ref => '2.12.0'
mod 'timezone',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-saz-timezone',
:ref => 'v6.1.0'
mod 'unattended_upgrades',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppet-unattended_upgrades',
:ref => 'v6.0.0'
mod 'varnish',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-claranet-varnish',
:ref => 'bugfix/systemd-unit'
mod 'vcsrepo',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-vcsrepo',
:ref => 'v5.0.0'
mod 'zfs_core',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-zfs_core',
:ref => '1.0.0' # Higher versions not compatible with puppet < 6.0
mod 'zookeeper',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-deric-zookeeper',
:ref => 'v1.2.1'