Foreman installer » History » Version 2
Ohad Levy, 11/17/2011 09:34 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 | if you are using RHEL, EPEL repo must be enabled http://fedoraproject.org/wiki/EPEL |
||
8 | |||
9 | 2 | Ohad Levy | *Please make sure you review modules/*/manifests/params.pp files for extra configuration options. |
10 | * |
||
11 | 1 | Romain Vrignaud | usage: |
12 | |||
13 | <pre> |
||
14 | echo include foreman | puppet --verbose --modulepath /path_to/extracted_tarball |
||
15 | </pre> |
||
16 | |||
17 | *Its recommend to review the module prior usage.* |