Puppet module for management of a theforeman instance
The Foreman can be found at http://www.theforeman.org
Simple bootstrap
class { 'foreman': web_service => 'httpd' }
This module does not manage:
- package repo (See http://yum.theforeman.org)
- database.yaml settings (default uses sqlite)
- mod_passenger and apache httpd with vhost config
This module is tested with RHEL/CentOS 6.5 and theforeman version 1.3+
Raymond Kristiansen raymond@uib.no