Foreman installer » History » Version 1
Romain Vrignaud, 11/17/2011 09:02 AM
1 | 1 | Romain Vrignaud | h1. Using Puppet Module ready to use |
---|---|---|---|
2 | |||
3 | You may try out the puppet Foreman module, this should take care for most of the basic setup. |
||
4 | |||
5 | The module could be downloaded via: http://github.com/ohadlevy/puppet-foreman/tarball/master |
||
6 | |||
7 | you may use puppet (if you don't want to add it as a module to your puppetmaster) in the following way: |
||
8 | |||
9 | if you are using RHEL, EPEL repo must be enabled http://fedoraproject.org/wiki/EPEL |
||
10 | |||
11 | If you are using puppet store configs please set $using_store_configs to true in foreman/manifests/init.pp. |
||
12 | If you want this module to configure passenger as well, set $using_passenger to true in foreman/manifests/init.pp |
||
13 | |||
14 | usage: |
||
15 | |||
16 | <pre> |
||
17 | echo include foreman | puppet --verbose --modulepath /path_to/extracted_tarball |
||
18 | </pre> |
||
19 | |||
20 | *Its recommend to review the module prior usage.* |