From 7dbae87776c3273eb517b412c429e07eb528ee67 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 27 Oct 2025 14:02:06 +0100 Subject: [PATCH] fix variable - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- templates/puppetdb/puppetdb.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/puppetdb/puppetdb.conf.erb b/templates/puppetdb/puppetdb.conf.erb index e4f4e70..1ba8180 100644 --- a/templates/puppetdb/puppetdb.conf.erb +++ b/templates/puppetdb/puppetdb.conf.erb @@ -3,5 +3,5 @@ ############################################################################### [main] -server_urls = https://<%= @pt_puppetdb_server%>:<%= @pt_ssl_port %> +server_urls = https://<%= @pt_db_fqdn%>:<%= @pt_ssl_port %> soft_write_failure = <%= @pt_soft_write_failure %>