Browse Source

Fix usage of wrong parameter for auth backend

Markus Frosch 9 năm trước cách đây
mục cha
commit
84f3bc4120
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      manifests/config.pp

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