Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Set ssl_verify_mode before the first chef run takes place
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 29, 2014
1 parent 6f773ed commit b06209f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .chef/bootstrap/rubygems-trusty.erb
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ EOP
cat <<'EOP'
log_level :info
log_location STDOUT
ssl_verify_mode :verify_peer
chef_server_url "<%= Chef::Config[:chef_server_url] %>"
validation_client_name "<%= Chef::Config[:validation_client_name] %>"
<% unless @config[:chef_node_name] == nil %>

0 comments on commit b06209f

Please sign in to comment.