-
Notifications
You must be signed in to change notification settings - Fork 88
/
Puppetfile.vendor
48 lines (40 loc) · 1.43 KB
/
Puppetfile.vendor
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
moduledir 'vendor_modules'
mod 'augeas_core',
:git => 'https://github.com/puppetlabs/puppetlabs-augeas_core.git',
:ref => 'v1.4.1'
mod 'augeasproviders_core',
:git => 'https://github.com/voxpupuli/puppet-augeasproviders_core.git',
:ref => 'v3.2.1'
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat',
:ref => 'v7.3.0'
mod 'dnsquery',
:git => 'https://github.com/voxpupuli/puppet-dnsquery.git',
:ref => 'v5.0.1'
mod 'lvm',
# NOTE: Deviates from upstream v1.4.0
# TODO: migrate local fixes to gitlab.w.o and create a tag
#
# 1. 6d5f32c127099005dcab88dda381b4184e1ff1cd:
# Force volume group removal
#
# 2. 97a762cb7b4a78eaa173176bc0f77852dc5f38b0:
# Increase timeout for facts, adds --noheadings
#
:local => true
# :git => 'https://github.com/puppetlabs/puppetlabs-lvm',
# :ref => 'v1.4.0'
mod 'postfix',
# NOTE: Forked from upstream, https://github.com/bodgit/puppet-postfix
# TODO: migrate local fixes to gitlab.w.o and create a tag
#
# diff: https://github.com/bodgit/puppet-postfix/compare/main...lollipopman:puppet-postfix:main
#
:git => 'https://github.com/lollipopman/puppet-postfix',
:ref => 'v3.1.5'
mod 'rspamd',
:git => 'https://gitlab.wikimedia.org/repos/sre/puppet-rspamd.git',
:ref => 'v1.3.1'
mod 'stdlib',
:git => 'https://gitlab.wikimedia.org/repos/sre/puppetlabs-stdlib',
:ref => 'wmf-v8.6.2'