From 9a1fa485e482e9ca6cc29868d6c5ec7fc9a69ef8 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 7 Apr 2015 14:08:53 +0200 Subject: [PATCH] Fix usage of resource_host in LDAP resource --- manifests/config/resource_ldap.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config/resource_ldap.pp b/manifests/config/resource_ldap.pp index ecd82ac..f61d535 100644 --- a/manifests/config/resource_ldap.pp +++ b/manifests/config/resource_ldap.pp @@ -24,7 +24,7 @@ define icingaweb2::config::resource_ldap ( ini_setting { "icingaweb2 resources ${title} hostname": section => $resource_name, setting => 'hostname', - value => "\"${resource_hostname}\"", + value => "\"${resource_host}\"", } ini_setting { "icingaweb2 resources ${title} port":