-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
49 lines (46 loc) · 2.52 KB
/
Puppetfile
File metadata and controls
49 lines (46 loc) · 2.52 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
#!/usr/bin/env ruby
#^syntax detection
forge "https://forgeapi.puppetlabs.com"
###############################
# #
# mandatory modules #
# #
###############################
mod 'ajcrowe-supervisord', :git => "https://github.com/ajcrowe/puppet-supervisord.git"
mod 'frankiethekneeman-gitlab_ci_multi_runner', :git => "https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner.git"
mod 'gdhbashton-consul_template'
mod 'jfryman-nginx'
mod 'johnlawerance-xtrabackup', :git => "https://github.com/johnlawerance/xtrabackup.git"
mod 'KyleAnderson-consul'
mod 'netmanagers-ssmtp'
mod 'puppetlabs-apache'
mod 'puppetlabs-vcsrepo', '1.3.2'
mod 'puppetlabs-inifile'
mod 'puppetlabs-firewall'
mod 'puppet-rundeck', :git => "https://github.com/ScaleCommerce/puppet-rundeck.git"
mod 'saz-sudo'
mod 'sbitio-monit', :git => "https://github.com/sbitio/puppet-monit.git"
mod 'scalecommerce-sc_apache', :git => "https://github.com/ScaleCommerce/puppet-sc_apache.git"
mod 'scalecommerce-sc_firewall', :git => "http://gitlab.scale.sc/scalecommerce/puppet-sc_firewall.git"
mod 'scalecommerce-sc_ini', :git => "http://gitlab.scale.sc/scalecommerce/puppet-sc_ini.git"
mod 'scalecommerce-sc_hosts', :git => "http://gitlab.scale.sc/scalecommerce/puppet-sc_hosts.git"
mod 'scalecommerce-sc_mysql', :git => "https://github.com/ScaleCommerce/puppet-sc_mysql.git"
mod 'scalecommerce-sc_mysecureshell', :git => "https://github.com/ScaleCommerce/puppet-sc_mysecureshell.git"
mod 'scalecommerce-sc_supervisor',:git => "http://github.com/ScaleCommerce/puppet-sc_supervisor.git"
mod 'scalecommerce-vm_config', :git => "http://gitlab.scale.sc/scalecommerce/puppet-vm_config.git"
mod 'scalecommerce-users', :git => "http://gitlab.scale.sc/scalecommerce/scalecommerce-users.git"
mod 'scalecommerce-sc_java', :git => "https://github.com/ScaleCommerce/puppet-sc_java.git"
mod 'willdurand/composer'
mod "wdijkerman-zabbix"
mod 'yo61-logrotate', :git => "https://github.com/yo61/puppet-logrotate.git"
###############################
# #
# optional modules #
# #
###############################
#mod 'elasticsearch-elasticsearch'
#mod 'puppetlabs-rabbitmq'
mod 'scalecommerce-sshd', :git => "http://gitlab.scale.sc/scalecommerce/scalecommerce-sshd.git"
#mod 'saz-memcached'
mod 'arioch-redis'
mod 'scalecommerce-sc_redis', :git => "https://github.com/ScaleCommerce/puppet-sc_redis.git"