mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Puppet: Use hiera variables in icingaweb2::config::general
This commit is contained in:
parent
226dcd90d5
commit
c06ef8dfed
@ -1,6 +1,11 @@
|
|||||||
define icingaweb2::config::general (
|
define icingaweb2::config::general (
|
||||||
$source,
|
$source,
|
||||||
$config = hiera('icingaweb2::config'),
|
$config = hiera('icingaweb2::config'),
|
||||||
|
$log = hiera('icingaweb2::log'),
|
||||||
|
$web_path = hiera('icingaweb2::web_path'),
|
||||||
|
$db_user = hiera('icingaweb2::db_user'),
|
||||||
|
$db_pass = hiera('icingaweb2::db_pass'),
|
||||||
|
$db_name = hiera('icingaweb2::db_name'),
|
||||||
$web_group = hiera('icingaweb2::group'),
|
$web_group = hiera('icingaweb2::group'),
|
||||||
$replace = true
|
$replace = true
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user