forked from theforeman/foreman-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
17 lines (14 loc) · 970 Bytes
/
Puppetfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
forge 'http://forge.puppetlabs.com'
# Temporary for Amazon Linux support (https://github.com/puppetlabs/puppetlabs-xinetd/issues/32)
mod 'puppetlabs/xinetd', :git => 'https://github.com/puppetlabs/puppetlabs-xinetd'
# Dependencies
mod 'puppetlabs/mysql'
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'