From e5c55de042cab077bc7bec414ddf88f5758f0568 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 28 Feb 2023 11:50:16 +0100 Subject: [PATCH] Set up proxysql passwords --- manifests/multinode.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/multinode.pp b/manifests/multinode.pp index 959475d..848e4ca 100644 --- a/manifests/multinode.pp +++ b/manifests/multinode.pp @@ -11,6 +11,8 @@ class sunetdrive::multinode ( $document_servers = hiera_hash($environment)['document_servers'] $nextcloud_ip = hiera_hash($environment)['app'] $db_ip = hiera_hash($environment)['db'] + $admin_password = hiera('admin_password') + $cluster_admin_password = hiera('cluster_admin_password') $twofactor_enforced_groups = [] $twofactor_enforced_excluded_groups = []