Fix gss_mode for multinode

This commit is contained in:
Micke Nordin 2023-06-28 15:51:43 +02:00
parent befc3207d9
commit 3281824eac
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -14,6 +14,8 @@ class sunetdrive::multinode (
$db_ip = hiera_hash($environment)['db']
$admin_password = hiera('admin_password')
$cluster_admin_password = hiera('cluster_admin_password')
# This is a global value from common.yaml but overridden in the gss-servers local.yaml
$gss_mode = hiera('gss_mode')
$twofactor_enforced_groups = []
$twofactor_enforced_excluded_groups = []