Fix broken apache parameter reference

Broken by 1aefd726c8
This commit is contained in:
Markus Frosch 2015-03-16 17:35:55 +01:00
parent c23af58657
commit 53cdcf82a6

View file

@ -206,7 +206,7 @@ class icingaweb2 (
$template_config = $::icingaweb2::params::template_config,
$template_resources = $::icingaweb2::params::template_resources,
$template_roles = $::icingaweb2::params::template_roles,
$template_apache = $::icingaweb2::params::apache,
$template_apache = $::icingaweb2::params::template_apache,
$web_db = $::icingaweb2::params::web_db,
$web_db_host = $::icingaweb2::params::web_db_host,
$web_db_name = $::icingaweb2::params::web_db_name,