Fix usage of wrong parameter for auth backend
This commit is contained in:
parent
38ae5fd0fb
commit
84f3bc4120
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class icingaweb2::config {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configure authentication.ini settings
|
# Configure authentication.ini settings
|
||||||
case $::icingaweb2::auth_method {
|
case $::icingaweb2::auth_backend {
|
||||||
'db': {
|
'db': {
|
||||||
icingaweb2::config::authentication_database { 'Local Database Authentication':
|
icingaweb2::config::authentication_database { 'Local Database Authentication':
|
||||||
auth_section => 'icingaweb2',
|
auth_section => 'icingaweb2',
|
||||||
|
|
Loading…
Reference in a new issue