-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPuppetfile
54 lines (44 loc) · 1.54 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
forge 'https://forge.puppet.com'
mod 'puppetlabs-ntp', '9.0.0'
mod 'puppetlabs-stdlib', '6.6.0'
mod 'puppetlabs-concat', '6.4.0'
mod 'puppetlabs-translate', '2.2.0'
mod 'puppetlabs-firewall', '2.8.1'
mod 'tse-winntp', '1.0.1'
mod 'ghoneycutt-ssh', '3.62.0'
mod 'ghoneycutt-common', '1.10.0'
mod 'puppetlabs-host_core', '1.1.0'
mod 'puppetlabs-sshkeys_core', '1.0.3'
mod 'puppet-windows_firewall', '3.0.0'
mod 'puppetlabs-chocolatey', '5.2.1'
mod 'puppetlabs-powershell', '3.0.1'
mod 'puppetlabs-pwshlib', '0.8.0'
mod 'puppetlabs-registry', '3.2.0'
#mod 'pltraining-userprefs', '2.0.0'
#mod 'stahnma/epel', '2.0.0'
#mod 'puppetlabs/mysql', '11.0.0'
#mod 'puppetlabs-sqlserver', '2.6.2'
#mod 'review',
# :git => '[email protected]:puppet/review.git',
# :branch => 'studentN'
#mod 'file_content',
# :git => '[email protected]:puppet/file_content.git',
# :branch => 'studentN'
#mod 'kerberos',
# :git => '[email protected]:puppet/kerberos.git',
# :branch => 'studentN'
#mod 'ordering',
# :git => '[email protected]:puppet/ordering.git',
# :branch => 'studentN'
#mod 'system',
# :git => '[email protected]:puppet/system.git',
# :branch => 'studentN'
#mod 'time',
# :git => '[email protected]:puppet/time.git',
# :branch => 'studentN'
#mod 'webapp',
# :git => '[email protected]:puppet/webapp.git',
# :branch => 'studentN'
#mod 'bios',
# :git => '[email protected]:puppet/bios.git',
# :branch => 'studentN'