Project

General

Profile

« Previous | Next » 

Revision fd0acdbe

Added by Arnold Bechtoldt over 8 years ago

fix some trivial typos in README file

View differences:

README.md
the Hammer CLI can be installed by adding `foreman::cli`.
By default, it configures Foreman to run under Apache and Passenger plus
with a PostgreSQL database. A standalone service can be configured instead by
with a PostgreSQL database. A standalone service can be configured instead by
setting `passenger` to false, though this isn't recommended in production.
The web interface is configured to use Puppet's SSL certificates by default, so
ensure they're present first, reconfigure `server_ssl_*` or disable the `ssl`
parameter. When used with the 'puppet' module, it will generate a new CA and
parameter. When used with the 'puppet' module, it will generate a new CA and
the required certificate.
Lots of parameters are supplied to tune the default installation, which may be
......
## Database support
This module supports configuration of either SQLite, PostgreSQL or MySQL as the
database for Foreman. The database type can be changed using the `db_type`
database for Foreman. The database type can be changed using the `db_type`
parameter, or management disabled with `db_manage`.
The default database is PostgreSQL, which will be fully installed and managed
on the host this module is applied to. If using MySQL, the puppetlabs-mysql
on the host this module is applied to. If using MySQL, the puppetlabs-mysql
module must be added to the modulepath, otherwise it's not required.
## Support policy
At any time, the module supports two releases, however the previous version
may require parameters to be changed from their default values. These should
may require parameters to be changed from their default values. These should
be noted below.
Thus 'master' will support the upcoming major version and the current stable.
......
On EL or Amazon, set:
passenger_ruby => '/usr/bin/ruby193-ruby`,
passenger_ruby => '/usr/bin/ruby193-ruby',
passenger_ruby_package => 'ruby193-rubygem-passenger-native',
plugin_prefix => 'ruby193-rubygem-foreman_',

Also available in: Unified diff