-
Notifications
You must be signed in to change notification settings - Fork 1
/
Puppetfile
77 lines (64 loc) · 2.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
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
# If using forge modules with PE < 2015 you *MUST* separate module names using
# `/` or you will get an error message
mod "puppetlabs/stdlib" , "5.2.0"
mod "puppetlabs/ntp", "7.4.0"
mod "puppetlabs/inifile", "2.5.0"
mod "geoffwilliams/motd", "3.0.2"
mod 'saz-vim', '2.7.0'
mod "saz/sudo", "6.0.0"
mod "r_profile",
:git => "https://github.com/DeclarativeSystems/r_profile"
mod "r_role",
:git => "https://github.com/DeclarativeSystems/r_role"
mod "geoffwilliams/bash_user_skel", "0.1.2"
mod 'puppet-nginx', '0.16.0'
mod "puppetlabs/apache", "4.0.0"
mod "puppetlabs/concat", "5.3.0"
mod "puppetlabs/apt", "6.3.0"
mod "puppetlabs/puppetserver_gem", "1.1.0"
mod "geoffwilliams/lastrun_face", "0.5.0"
mod "puppetlabs/acl", "2.1.0"
mod "puppetlabs/registry", "2.1.0"
mod "chocolatey/chocolatey", "1.2.6"
mod 'puppet-windows_env', '3.2.0'
mod "puppetlabs/powershell", "2.2.0"
mod "puppetlabs/reboot", "2.1.2"
mod "puppet/windowsfeature", "3.2.2"
mod "puppetlabs/dsc", "1.9.0"
mod "rtyler/jenkins", "1.7.0"
mod "puppetlabs/java", "3.3.0"
mod "hunner/wordpress", "1.0.0"
mod "puppetlabs/mysql", "8.1.0"
mod "puppetlabs/vcsrepo", "2.4.0"
mod "sshkeys",
:git => "https://github.com/GeoffWilliams/sshkeys"
mod 'geoffwilliams-ssh', '2.0.1'
# nagios + deps
mod "nagios",
:git => "https://github.com/GeoffWilliams/puppet-nagios"
mod "stahnma/epel", "1.3.1"
mod "jamtur01/httpauth", "0.0.3"
# tomcat
mod 'puppetlabs/tomcat', '2.5.0'
mod 'puppet/staging', '3.2.0'
mod 'puppet/archive', '3.2.1'
# haproxy
mod 'puppetlabs/haproxy', '3.0.1'
mod 'dalen/puppetdbquery', '3.0.1'
# source address
mod 'source_ipaddress',
:git => 'https://github.com/GeoffWilliams/puppet-source_ipaddress'
# psquared (git server for PE)
mod 'psquared',
:git => 'https://github.com/GeoffWilliams/psquared'
# classifier
mod 'WhatsARanjit/node_manager', '0.7.1'
# firewall (iptables)
mod 'puppetlabs/firewall', '1.15.2'
# IIS (webserver + asp)
mod 'beergeek/iis', '0.2.0'
# windows
mod "puppet/windows_firewall", '2.0.2'
mod "puppetlabs/wsus_client", "1.1.0"
# Puppet SQL server (PE only)
#mod 'puppetlabs-sqlserver', '1.1.4'