Project

General

Profile

Actions

Bug #1811

closed

Parameter issue with foreman::puppetmaster

Added by Peter Bauer over 11 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions

Also available in: Atom PDF