Project

General

Profile

« Previous | Next » 

Revision e83c8c6d

Added by Marek Hulán over 10 years ago

Kafoized version of foreman-installer

Foreman installer is now based on kafo gem
Submodules moved to modules/
Updated spec for new version
Update puppet, foreman, foreman-proxy modules
Don't include helper scripts into RPM

View differences:

README.md
# Setup
Please review the "answers" or setup file: foreman_installer/answers.yaml. This file allows
Please review the "answers" or setup file: /etc/foreman/foreman-installer-answers.yaml. This file allows
you to override any of the default parameters (as specified in <module>/manifests/params.pp)
Once you have created your answer file, install it with this command:
Once you are fine with your answer file, install it with this command:
foreman-install
or if you prefer interactive mode
foreman-install -i
echo include foreman_installer | puppet apply --modulepath /path_to/extracted_tarball
The answer file is a yaml format. For a module just using the defaults, simply put
"modulename: true" to include, or false to exclude. For a module which you wish to

Also available in: Unified diff