From cbf40869939cca7ff695aece5dbafd57e738a701 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 21 May 2024 12:54:06 +0200 Subject: [PATCH] Goes together with switch to host networking --- manifests/lookup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/lookup.pp b/manifests/lookup.pp index 9703dc9..30994b8 100644 --- a/manifests/lookup.pp +++ b/manifests/lookup.pp @@ -14,7 +14,7 @@ class sunetdrive::lookup ( $nextcloud_ip = hiera_array("${location}_app", []) $tug_office = hiera_array('tug_office') - $dbhost = 'proxysql_proxysql_1' + $dbhost = '127.0.0.1' $gss_jwt_key = safe_hiera('gss_jwt_key') $replication_auth = safe_hiera('replication_auth') $mysql_user_password = safe_hiera('mysql_user_password')