Project

General

Profile

Foreman installer » History » Revision 2

Revision 1 (Romain Vrignaud, 11/17/2011 09:02 AM) → Revision 2/20 (Ohad Levy, 11/17/2011 09:34 AM)

h1. Using Puppet Module ready to use 

 You may try out the puppet Foreman module, this should take care for most of the basic setup. 

 The module could be downloaded via: http://github.com/ohadlevy/puppet-foreman/tarball/master 

 you may use puppet (if you don't want to add it as a module to your puppetmaster) in the following way: 

 if you are using RHEL, EPEL repo must be enabled http://fedoraproject.org/wiki/EPEL 

 *Please make sure If you review modules/*/manifests/params.pp files for extra configuration options. are using puppet store configs please set $using_store_configs to true in foreman/manifests/init.pp. 
 * 
 If you want this module to configure passenger as well, set $using_passenger to true in foreman/manifests/init.pp 

 usage: 

 <pre> 
 echo include foreman | puppet    --verbose --modulepath /path_to/extracted_tarball 
 </pre> 

 *Its recommend to review the module prior usage.*