Bug #1811
Parameter issue with foreman::puppetmaster
| Status: | New | Start: | 08/07/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Difficulity: | easy | |||
| Votes: | 1 (View) |
Description
In the puppet-puppet module (manifests/server/config.pp:6) the foreman::puppetmaster class is included. The foreman::puppetmaster class and the foreman::config::enc class that is included (and the used templates) are therefore only able to use the default values hardcoded in foreman::params, not the parameters given to the foreman class. This leads to problems when using the foreman class e.g. with parameter foreman_url: The ENC and reporting config files will contain a different Foreman URL than given to the foreman class.
I suggest to include the foreman::puppetmaster class in foreman::config with a notify => Class['puppet::server::service'] and not use foreman::params:: values but foreman:: parameters instead.
History
Updated by Ohad Levy 10 months ago
great, would you mind sending a patch / github pull request?
thanks!
