forked from tag1consulting/puppet-centos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
32 lines (29 loc) · 1.12 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
# This is currently a noop but will be supported in the future.
forge 'forge.puppetlabs.com'
# Install modules from the Forge
mod 'arioch/redis', '1.2.1'
mod 'crayfishx/firewalld', '1.0.0'
mod 'jfryman/selinux', '0.2.5'
mod 'puppetlabs/apache', '1.5.0'
mod 'puppetlabs/concat', '1.2.3'
mod 'puppetlabs/denyhosts', '0.1.0'
mod 'puppetlabs/firewall', '1.5.0'
mod 'puppetlabs/inifile', '1.3.0'
mod 'puppetlabs/java', '1.3.0'
mod 'puppetlabs/mysql', '3.4.0'
mod 'puppetlabs/stdlib', '4.6.0'
mod 'puppetlabs/vcsrepo', '1.3.0'
mod 'saz/sudo', '3.1.0'
mod 'saz/ssh', '2.8.1'
mod 'thias/php', '1.1.1'
mod 'treydock/yum_cron', '1.2.0'
mod 'torrancew/account', '0.0.5'
# This module installs policycoreutils-python which conflicts with the selinux module.
# Temporarily using a fork until https://github.com/RPDiep/puppet-memcached/issues/7 is sorted.
mod 'memcached',
:git => 'git://github.com/jeffsheltren/puppet-memcached.git',
:ref => 'no-policycoreutils'
# Temporarily install from upstream repo until the mariadb 10 repo is merged into a release.
mod 'yumrepos',
:git => 'git://github.com/tag1consulting/puppet-yumrepos.git',
:ref => 'master'