From 18de31a787f7d7e38a3ed69d3a192352bfbafe16 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 28 Oct 2025 11:26:58 +0100 Subject: [PATCH] fix template --- templates/puppet.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/puppet.conf.erb b/templates/puppet.conf.erb index dc3adb3..f44e08b 100644 --- a/templates/puppet.conf.erb +++ b/templates/puppet.conf.erb @@ -46,10 +46,10 @@ ssldir = <%= @pt_ssldir %> strict_variables = <%= @pt_strict_variables %> vardir = <%= @pt_vardir_master %> - <% if @pt_use_puppetdb != true %> + <% if @pt_use_puppetdb != true -%> storeconfigs = false <% end -%> - <% if @pt_use_puppetdb == true %> + <% if @pt_use_puppetdb == true -%> storeconfigs = true storeconfigs_backend = <%= @pt_storeconfigs_backend %> <% end end -%>