Skip to content
Snippets Groups Projects
Commit e576e973 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Add ssl_verify_mode to Chef config

This will quiet warnings at the start of each `gitlab-ctl reconfigure`
run.
parent ce719345
No related branches found
No related tags found
No related merge requests found
CURRENT_PATH = File.expand_path(File.dirname(__FILE__))
file_cache_path "#{CURRENT_PATH}/cache"
cookbook_path CURRENT_PATH
cookbook_path CURRENT_PATH
verbose_logging false
......@@ -4,1 +4,2 @@
verbose_logging false
ssl_verify_mode :verify_peer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment