From 53cdcf82a616cbfd5317fc8a515f63d5234fbde2 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Mon, 16 Mar 2015 17:35:55 +0100 Subject: [PATCH] Fix broken apache parameter reference Broken by 1aefd726c86cf6b234029d08d8448f20086af504 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index e46f3b9..47026c8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,