forked from theforeman/foreman-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
16 lines (14 loc) · 849 Bytes
/
Puppetfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
forge 'https://forgeapi.puppetlabs.com'
# Dependencies
mod 'puppet/extlib', '<= 0.11.3'
mod 'puppetlabs/mysql', '>= 3.8.0'
mod 'puppetlabs/postgresql', '>= 4.8.0'
mod 'puppetlabs/puppetdb', '< 5.0.0'
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'