-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
89 lines (82 loc) · 2.83 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
78
79
80
81
82
83
84
85
86
87
88
89
# This is a Puppetfile, which describes a collection of Puppet modules. For
# format and syntax examples, see one of the following resources:
#
# https://github.com/rodjek/librarian-puppet/blob/master/README.md
# https://github.com/adrienthebo/r10k/blob/master/README.markdown
#
# Brief example:
#
# mod 'puppetlabs/stdlib', '4.1.0'
#
# The default production environment for the SE Team is just going to pull in
# the current version of our "profile" module from the Forge and whatever
# dependencies it has.
forge "https://forgeapi.puppetlabs.com"
# PL Modules
mod 'puppetlabs/java', '1.3.0'
mod 'puppetlabs/git', '0.3.0'
mod 'puppetlabs/dism', '1.1.0'
mod 'puppetlabs/reboot', '0.1.9'
mod 'puppetlabs/registry', '1.0.3'
mod 'puppetlabs/acl', '1.1.0'
mod 'puppetlabs/apache', '1.3.0'
mod 'puppetlabs/pe_gem', '0.1.0'
mod 'puppetlabs/vcsrepo', '1.2.0'
mod 'puppetlabs/stdlib', '4.5.1'
mod 'puppetlabs/powershell', '1.0.4'
mod 'puppetlabs/ntp', '3.3.0'
mod 'puppetlabs/concat', '1.2.0'
mod 'puppetlabs/firewall', '1.4.0'
mod 'puppetlabs/inifile', '1.2.0'
mod 'puppetlabs/mysql', '3.3.0'
mod 'puppetlabs/pe_puppetserver_gem', '0.0.1'
mod 'puppetlabs/aws', '1.0.0'
mod 'puppet/windows_firewall', '1.0.0'
# Community Modules
mod 'stahnma/epel', '1.0.2'
mod 'opentable/iis', '1.3.0'
mod 'opentable/windowsfeature', '1.0.0'
mod 'seteam/tomcat', '0.1.0'
mod 'seteam/profile', '0.4.6'
mod 'seteam/role', '0.7.2'
mod 'nanliu/staging', '1.0.3'
#mod 'elasticsearch/elasticsearch',
#mod 'gini/archive'
#mod 'cprice404/grafanadash'
#mod 'dwerder/graphite'
mod 'hunner/wordpress', '1.0.0'
# github for role/profile
#mod 'role',
# :git => '[email protected]:puppetlabs-seteam/puppet-module-role.git'
#mod 'profile',
# :git => '[email protected]:puppetlabs-seteam/puppet-module-profile.git'
# TSE modules - either maintained under seteam
# or by individual SE's
# mod 'seteam/profile', '0.2.4'
mod 'seteam/splunk'
mod 'openssh',
:git => '[email protected]:reidmv/puppet-module-openssh.git',
:ref => '0e10c540f32ca2a803ca056b8da59bd33a505cee'
mod 'nonpriv',
:git => '[email protected]:jpadams/nonpriv.git'
mod 'dotnet',
:git => 'https://github.com/mrzarquon/dotnet.git'
mod 'chocolatey',
:git => 'https://github.com/mrzarquon/chocolatey.git'
mod 'cmsapp',
:git => 'https://github.com/mrzarquon/cmsapp.git'
mod 'pe_windows_shortcuts',
:git => 'https://github.com/sseebald/pe_windows_shortcuts.git',
:ref => '9c3350b6b7900a7be30221c4c75832eb730742f7'
mod 'tsefacts',
:git => '[email protected]:mrzarquon/puppet-tse_facts.git'
mod 'ldap',
:git => '[email protected]:mrzarquon/puppet-ldap.git'
mod 'tse_admins',
:git => '[email protected]:mrzarquon/puppet-tse_admins.git'
mod 'tse_awsnodes',
:git => '[email protected]:mrzarquon/puppet-tse_awsnodes.git'
mod 'tse_windows',
:git => '[email protected]:mrzarquon/puppet-tse_windows.git'
mod 'ec2tags',
:git => '[email protected]:mrzarquon/puppet-ec2tags.git'