From 84f3bc4120e79f23ae0df493843ebe9db4311913 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 7 Apr 2015 14:22:33 +0200 Subject: [PATCH] Fix usage of wrong parameter for auth backend --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index 6639621..b9aaeea 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -60,7 +60,7 @@ class icingaweb2::config { } # Configure authentication.ini settings - case $::icingaweb2::auth_method { + case $::icingaweb2::auth_backend { 'db': { icingaweb2::config::authentication_database { 'Local Database Authentication': auth_section => 'icingaweb2',