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',