From e7a1b266386f0f577be211fff38e025e6a081ed1 Mon Sep 17 00:00:00 2001 From: Patrick Brideau Date: Fri, 10 Feb 2023 11:41:44 -0500 Subject: [PATCH] fix: set default config_show_diff to false for security --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index d8b839c..5dc7a68 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -115,7 +115,7 @@ Optional[Hash] $ci_unicorn = undef, Boolean $config_manage = true, Stdlib::Absolutepath $config_file = '/etc/gitlab/gitlab.rb', - Boolean $config_show_diff = true, + Boolean $config_show_diff = false, Optional[Hash] $consul = undef, Stdlib::Absolutepath $custom_hooks_dir = '/opt/gitlab/embedded/service/gitlab-shell/hooks', Stdlib::Absolutepath $system_hooks_dir = '/opt/gitlab/embedded/service/gitlab-rails/file_hooks',