Update golang cookbook
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# This file was generated by Chef
|
||||
# This file was generated by Chef Infra Client
|
||||
# Do NOT modify this file by hand.
|
||||
|
||||
[main]
|
||||
@@ -113,6 +113,16 @@ history_record_packages=<%= @config.history_record_packages %>
|
||||
<% if @config.http_caching %>
|
||||
http_caching=<%= @config.http_caching %>
|
||||
<% end %>
|
||||
<% if @config.ip_resolve %>
|
||||
ip_resolve=<%= @config.ip_resolve %>
|
||||
<% end %>
|
||||
<% unless @config.install_weak_deps.nil? %>
|
||||
<% if @config.install_weak_deps %>
|
||||
install_weak_deps=1
|
||||
<% else %>
|
||||
install_weak_deps=0
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if @config.installonly_limit %>
|
||||
installonly_limit=<%= @config.installonly_limit %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user