From a99617f531529427250de9006fb229b182060682 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 28 Oct 2025 11:52:04 +0100 Subject: [PATCH] fix template --- templates/puppet.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/puppet.conf.erb b/templates/puppet.conf.erb index ed43edb..180e76d 100644 --- a/templates/puppet.conf.erb +++ b/templates/puppet.conf.erb @@ -50,7 +50,7 @@ storeconfigs = false <% end -%> <% if @pt_use_puppetdb == true -%> - storeconfigs = true +storeconfigs = true storeconfigs_backend = <%= @pt_storeconfigs_backend %> <% end end -%> <% if @fqdn != @pt_pm_fqdn -%>