Puppet: Use hiera variables in icingaweb2::config::general

This commit is contained in:
Eric Lippmann 2015-08-03 10:38:24 +02:00
parent 226dcd90d5
commit c06ef8dfed
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
define icingaweb2::config::general (
$source,
$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'),
$replace = true
) {