Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created March 10, 2014 18:57
Show Gist options
  • Save ehelms/9471841 to your computer and use it in GitHub Desktop.
Save ehelms/9471841 to your computer and use it in GitHub Desktop.
forge 'http://forge.puppetlabs.com'
#################################################################
# The Foreman part of Puppetfile (taken from foreman-installer #
#################################################################
# 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', :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 '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/ehelms/puppet-capsule', :ref => 'cleanup'
mod 'katello/certs', :git => 'https://github.com/ehelms/puppet-certs', :ref => 'parameterize-node-certs'
mod 'katello/elasticsearch', :git => 'https://github.com/ehelms/puppet-elasticsearch', :ref => 'support-java-1.7'
mod 'katello/katello', :git => 'https://github.com/ehelms/puppet-katello', :ref => 'passenger-config'
mod 'katello/pulp', :git => 'https://github.com/Katello/puppet-pulp'
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'
mod 'katello/katello_devel', :git => 'https://github.com/ehelms/puppet-katello_devel', :ref => 'initial'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment