Fix usage of resource_host in LDAP resource
This commit is contained in:
parent
45d457ca48
commit
9a1fa485e4
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue