forked from Katello/katello-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
42 lines (35 loc) · 2.34 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
forge 'http://forge.puppetlabs.com'
#################################################################
# The Foreman part of Puppetfile (taken from foreman-installer #
#################################################################
# Dependencies
mod 'puppetlabs/postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql'
mod 'puppetlabs/mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql', :ref => '2.2.0'
mod 'puppetlabs/firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall', :ref => '1.0.0'
mod 'puppetlabs/vcsrepo'
mod 'theforeman-concat_native', :git => 'https://github.com/theforeman/puppet-concat'
mod 'theforeman/dhcp', :git => 'https://github.com/theforeman/puppet-dhcp'
mod 'theforeman/dns', :git => 'https://github.com/theforeman/puppet-dns'
mod 'theforeman/git', :git => 'https://github.com/theforeman/puppet-git'
mod 'theforeman/tftp', :git => 'https://github.com/theforeman/puppet-tftp'
# Top-level modules
mod 'theforeman-foreman', :git => 'https://github.com/theforeman/puppet-foreman'
mod 'theforeman/foreman_proxy', :git => 'https://github.com/theforeman/puppet-foreman_proxy'
mod 'theforeman/puppet', :git => 'https://github.com/theforeman/puppet-puppet'
###########################################################
# Katello part of Puppefile (taken from foreman-installer #
###########################################################
# Katello specific modules
mod 'katello/common', :git => 'https://github.com/Katello/puppet-common'
mod 'katello-candlepin', :git => 'https://github.com/Katello/puppet-candlepin'
mod 'katello-capsule', :git => 'https://github.com/Katello/puppet-capsule'
mod 'katello-certs', :git => 'https://github.com/Katello/puppet-certs'
mod 'katello-elasticsearch', :git => 'https://github.com/Katello/puppet-elasticsearch'
mod 'katello-katello', :git => 'https://github.com/Katello/puppet-katello'
mod 'katello-pulp', :git => 'https://github.com/Katello/puppet-pulp'
mod 'katello-crane', :git => 'https://github.com/Katello/puppet-crane'
mod 'katello-qpid', :git => 'https://github.com/Katello/puppet-qpid'
mod 'katello-service_wait', :git => 'https://github.com/Katello/puppet-service_wait'
mod 'puppetlabs/mongodb', :git => 'https://github.com/puppetlabs/puppetlabs-mongodb'
# Katello devel specific modules
mod 'katello-katello_devel', :git => 'https://github.com/Katello/puppet-katello_devel'