Skip to content

Commit e7a1b26

Browse files
fix: set default config_show_diff to false for security
1 parent 1038778 commit e7a1b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
Optional[Hash] $ci_unicorn = undef,
116116
Boolean $config_manage = true,
117117
Stdlib::Absolutepath $config_file = '/etc/gitlab/gitlab.rb',
118-
Boolean $config_show_diff = true,
118+
Boolean $config_show_diff = false,
119119
Optional[Hash] $consul = undef,
120120
Stdlib::Absolutepath $custom_hooks_dir = '/opt/gitlab/embedded/service/gitlab-shell/hooks',
121121
Stdlib::Absolutepath $system_hooks_dir = '/opt/gitlab/embedded/service/gitlab-rails/file_hooks',

0 commit comments

Comments
 (0)