forked from ghoneycutt/puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
157 lines (118 loc) · 3.87 KB
/
Puppetfile
File metadata and controls
157 lines (118 loc) · 3.87 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
mod "apache",
:git => "git://github.com/ghoneycutt/puppetlabs-apache.git",
:ref => "manage_firewall_stop_purging_httpd_vdir"
mod "apt",
:git => "git://github.com/puppetlabs/puppetlabs-apt.git",
:ref => "1.1.0"
mod 'common',
:git => 'git://github.com/ghoneycutt/puppet-module-common.git',
:ref => 'v1.1.0'
mod "concat",
:git => "git://github.com/puppetlabs/puppetlabs-concat.git",
:ref => "1.0.0"
mod 'dnsclient',
:git => 'git://github.com/ghoneycutt/puppet-module-dnsclient.git',
:ref => 'v3.1.0'
mod 'facter',
:git => 'git://github.com/ghoneycutt/puppet-module-facter.git',
:ref => 'v1.1.2'
mod "firewall",
:git => "git://github.com/ghoneycutt/puppetlabs-firewall.git",
:ref => "0.2.1"
mod 'hosts',
:git => 'git://github.com/ghoneycutt/puppet-module-hosts.git',
:ref => 'v2.0.0'
mod 'htpasswd',
:git => 'git://github.com/ghoneycutt/puppet-htpasswd.git',
:ref => 'v0.0.1'
mod "inifile",
:git => "git://github.com/ghoneycutt/puppetlabs-inifile.git",
:ref => "0.9.0"
mod 'inittab',
:git => 'git://github.com/ghoneycutt/puppet-module-inittab.git',
:ref => 'v1.1.1'
mod "localization",
:git => "git://github.com/ghoneycutt/puppet-module-localization.git",
:ref => "v1.0.0"
mod 'motd',
:git => 'git://github.com/Ericsson/puppet-module-motd.git',
:ref => 'v1.0.0'
mod 'mysql',
:git => 'git://github.com/puppetlabs/puppetlabs-mysql.git',
:ref => '2.0.1-rc1'
mod "network",
:git => "git://github.com/ghoneycutt/puppet-network.git",
:ref => "gh_huge_refactor"
mod 'nfs',
:git => 'git://github.com/ghoneycutt/puppet-module-nfs.git',
:ref => 'v1.6.2'
mod 'nisclient',
:git => 'git://github.com/Ericsson/puppet-module-nisclient.git',
:ref => 'v0.2.0'
mod 'nrpe',
:git => 'git://github.com/ghoneycutt/puppet-module-nrpe.git',
:ref => 'v0.7.1'
mod 'nscd',
:git => 'git://github.com/ghoneycutt/puppet-module-nscd.git',
:ref => 'v1.0.0'
mod 'nsswitch',
:git => 'git://github.com/ghoneycutt/puppet-module-nsswitch.git',
:ref => 'v1.1.0'
mod 'ntp',
:git => 'git://github.com/ghoneycutt/puppet-module-ntp.git',
:ref => 'v2.2.3'
mod 'pam',
:git => 'git://github.com/ghoneycutt/puppet-module-pam.git',
:ref => 'v2.4.3'
mod "passenger",
:git => "git://github.com/ghoneycutt/puppetlabs-passenger.git",
:ref => "0.0.4/gh_fork"
mod "postgresql",
:git => "git://github.com/ghoneycutt/puppet-postgresql.git",
:ref => "2.1.1/gh_fork"
mod 'puppet',
:git => 'git://github.com/ghoneycutt/puppet-module-puppet.git',
:ref => 'v2.9.2'
mod "puppetdb",
:git => "git://github.com/puppetlabs/puppetlabs-puppetdb.git",
:ref => "1.6.0"
mod 'rancid',
:git => 'git://github.com/eoly/puppet-rancid.git',
:ref => '0.1.1'
mod 'redhat',
:git => 'git://github.com/ghoneycutt/puppet-module-redhat.git',
:ref => 'v0.1.1'
mod 'rpcbind',
:git => 'git://github.com/ghoneycutt/puppet-module-rpcbind.git',
:ref => 'v1.2.2'
mod 'rsyslog',
:git => 'git://github.com/ghoneycutt/puppet-module-rsyslog.git',
:ref => 'v0.5.3'
mod "selinux",
:git => "git://github.com/ghoneycutt/puppet-module-selinux.git"
mod 'ssh',
:git => 'git://github.com/ghoneycutt/puppet-module-ssh.git',
:ref => 'v3.7.0'
mod "stdlib",
:git => "git://github.com/puppetlabs/puppetlabs-stdlib.git",
:ref => "3.2.0"
mod 'stdlibfeatures',
:git => 'git://github.com/ghoneycutt/puppet-module-stdlibfeatures.git'
mod 'sysklogd',
:git => 'git://github.com/ghoneycutt/puppet-module-sysklogd.git',
:ref => 'v1.0.0'
mod 'types',
:git => 'git://github.com/ghoneycutt/puppet-module-types.git',
:ref => 'v1.3.0'
mod 'utils',
:git => 'git://github.com/ghoneycutt/puppet-module-utils.git',
:ref => 'v2.1.0'
mod 'vim',
:git => 'git://github.com/ghoneycutt/puppet-module-vim.git',
:ref => 'v2.4.1'
mod 'wget',
:git => 'git://github.com/ghoneycutt/puppet-wget.git',
:ref => 'fork'
mod "xinetd",
:git => "git://github.com/puppetlabs/puppetlabs-xinetd.git",
:ref => "1.2.0"