Skip to content

Commit

Permalink
fix: set default config_show_diff to false for security
Browse files Browse the repository at this point in the history
  • Loading branch information
teluq-pbrideau committed Feb 10, 2023
1 parent 1038778 commit e7a1b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e7a1b26

Please sign in to comment.