Fix usage of wrong parameter for auth backend

This commit is contained in:
Markus Frosch 2015-04-07 14:22:33 +02:00
parent 38ae5fd0fb
commit 84f3bc4120

View file

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