-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathPuppetfile
46 lines (33 loc) · 1.06 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
moduledir 'narwhal/puppet/modules/r10k'
mod 'accounts',
:git => 'https://github.com/puppetlabs/puppetlabs-accounts.git',
:ref => 'main'
mod 'apt',
:git => 'https://github.com/puppetlabs/puppetlabs-apt.git',
:ref => 'main'
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat.git',
:ref => 'main'
mod 'debconf',
:git => 'https://github.com/smoeding/puppet-debconf.git'
mod 'docker',
:git => 'https://github.com/puppetlabs/puppetlabs-docker.git',
:ref => 'main'
mod 'inifle',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile.git',
:ref => 'main'
mod 'locales',
:git => 'https://github.com/saz/puppet-locales.git'
mod 'snap',
:git => 'https://github.com/root-expert/puppet-snap.git'
mod 'ssh',
:git => 'https://github.com/saz/puppet-ssh.git'
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
:ref => 'main'
mod 'sudo',
:git => 'https://github.com/saz/puppet-sudo.git'
mod 'systemd',
:git => 'https://github.com/voxpupuli/puppet-systemd.git',
mod 'timezone',
:git => 'https://github.com/saz/puppet-timezone.git'