Przeglądaj źródła

Fix usage of wrong parameter for auth backend

Markus Frosch 9 lat temu
rodzic
commit
84f3bc4120
1 zmienionych plików z 1 dodań i 1 usunięć
  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',