Ver Fonte

Fix usage of wrong parameter for auth backend

Markus Frosch há 9 anos atrás
pai
commit
84f3bc4120
1 ficheiros alterados com 1 adições e 1 exclusões
  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',