From 0bf2a5cb4184ad9051ac416da2581c5ae3c3f08a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 28 Oct 2025 12:50:44 +0100 Subject: [PATCH] fix temaplate - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292 --- templates/puppet.conf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/puppet.conf.erb b/templates/puppet.conf.erb index 180e76d..7340eb6 100644 --- a/templates/puppet.conf.erb +++ b/templates/puppet.conf.erb @@ -49,9 +49,9 @@ <% if @pt_use_puppetdb != true -%> storeconfigs = false <% end -%> - <% if @pt_use_puppetdb == true -%> -storeconfigs = true - storeconfigs_backend = <%= @pt_storeconfigs_backend %> + <% if @pt_use_puppetdb == true -%> + storeconfigs = true + storeconfigs_backend = <%= @pt_storeconfigs_backend %> <% end end -%> <% if @fqdn != @pt_pm_fqdn -%> [agent]