Set up proxysql passwords

This commit is contained in:
Micke Nordin 2023-02-28 11:50:16 +01:00
parent fd61340a4a
commit e5c55de042
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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 = []