-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPuppetfile
More file actions
38 lines (36 loc) · 1.25 KB
/
Puppetfile
File metadata and controls
38 lines (36 loc) · 1.25 KB
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
# List of all modules to install in this environment
mod 'puppetlabs-chocolatey', '8.0.2'
mod 'puppetlabs-stdlib', '9.7.0'
mod 'puppetlabs-registry', '5.0.3'
mod 'puppetlabs-powershell', '6.0.2'
mod 'puppetlabs-pwshlib', '1.2.3' # https://www.paulreed.ca/?p=284
mod 'tse-shortcut',
:git => 'https://github.com/sseebald/tse-module-shortcut',
:branch => 'master'
mod 'ayohrling-local_security_policy', '1.1.1'
mod 'puppetlabs-acl', '5.0.3'
mod 'puppet-windows_firewall', '5.0.0'
mod 'puppetlabs-docker', '10.3.0'
#mod 'nekototori-winrmssl', '0.1.0'
#mod 'new23d-puppetpem2p12', '0.0.2'
mod 'winrm_ssl',
:git => 'https://github.com/thomsonreuters/winrm_ssl',
:branch => 'master'
mod 'souldo-remotedesktop', '1.0.2'
mod 'souldo-wmi', '0.1.0'
mod 'ghoneycutt-ssh', '5.1.1'
mod 'saz-sudo', '9.0.2'
mod 'puppet-nginx', '6.0.1'
mod 'puppetlabs-concat', '9.1.0'
mod 'thekevjames-homebrew', '1.9.1'
mod 'call-xcode_cli_tools', '0.0.33'
mod 'puppetlabs-yumrepo_core', '2.1.0'
mod 'puppetlabs-sshkeys_core', '2.5.1'
mod 'puppetlabs-vcsrepo', '7.0.0'
mod 'puppetlabs-sslcertificate', '5.0.0'
mod 'geoffwilliams-mount_windows_smb', '0.1.1'
mod 'hbuckle-powershellmodule', '2.0.1'
# Local modules
mod 'cfcc', :local => true
mod 'roles', :local => true
mod 'profiles', :local => true