-
Notifications
You must be signed in to change notification settings - Fork 136
/
Puppetfile
34 lines (26 loc) · 1.66 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
forge 'https://forgeapi.puppet.com/'
# HTTP/2 and SSL support for settings in Hiera
mod 'puppetlabs/apache', '>= 8.3'
# SCRAM password support
mod 'puppetlabs/postgresql', '>= 10.1'
# Dnfmodule support for Redis 6+ support
mod 'puppet/redis', '>= 8.5.0'
# Soft dependency of theforeman/puppet
# https://github.com/theforeman/puppet-puppet/#git-repo-support
mod 'puppetlabs/vcsrepo', '>= 5.2.0'
# Dependencies
mod 'theforeman/dhcp', :git => 'https://github.com/theforeman/puppet-dhcp'
mod 'theforeman/dns', :git => 'https://github.com/theforeman/puppet-dns'
mod 'theforeman/puppetserver_foreman', :git => 'https://github.com/theforeman/puppet-puppetserver_foreman'
mod 'theforeman/tftp', :git => 'https://github.com/theforeman/puppet-tftp'
# Katello dependencies
mod 'katello/candlepin', :git => 'https://github.com/theforeman/puppet-candlepin'
mod 'theforeman/pulpcore', :git => 'https://github.com/theforeman/puppet-pulpcore'
# 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'
# Top-level katello modules
mod 'katello/foreman_proxy_content', :git => 'https://github.com/theforeman/puppet-foreman_proxy_content'
mod 'katello/certs', :git => 'https://github.com/theforeman/puppet-certs'
mod 'katello/katello', :git => 'https://github.com/theforeman/puppet-katello'