Foreman installer » History » Revision 1
Revision 1/20
| Next »
Romain Vrignaud, 11/17/2011 09:02 AM
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
If you 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:
echo include foreman | puppet --verbose --modulepath /path_to/extracted_tarball
Its recommend to review the module prior usage.
Updated by Romain Vrignaud almost 13 years ago · 1 revisions