-
Notifications
You must be signed in to change notification settings - Fork 3
/
Puppetfile
28 lines (26 loc) · 886 Bytes
/
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
# This is currently a noop but will be supported in the future.
forge 'forge.puppetlabs.com'
# Install modules from the Forge
mod 'jeffsheltren/yumrepos', '0.3.3'
mod 'puppetlabs/apache', '1.5.0'
mod 'puppetlabs/concat', '1.2.3'
mod 'puppetlabs/firewall', '1.0.2'
mod 'puppetlabs/inifile', '1.0.3'
mod 'puppetlabs/java', '1.1.0'
mod 'puppetlabs/mysql', '3.3.0'
mod 'puppetlabs/ntp', '3.1.2'
mod 'puppetlabs/stdlib', '4.6.0'
mod 'puppetlabs/vcsrepo', '0.1.1'
mod 'rtyler/jenkins', '1.1.0'
mod 'saz/sudo', '3.0.2'
mod 'saz/ssh', '2.3.4'
mod 'stephenrjohnson/puppet', '1.3.1'
mod 'thias/php', '1.1.1'
mod 'thias/postfix', '0.3.3'
mod 'treydock/yum_cron', '1.0.0'
mod 'torrancew/account', '0.0.5'
# puppetlabs denyhosts is mostly unmaintained at this point.
# This fork adds RHEL support.
mod 'denyhosts',
:git => 'git://github.com/nnewton/puppetlabs-denyhosts.git',
:ref => 'master'