Update golang cookbook

This commit is contained in:
2021-12-04 19:57:19 -06:00
parent a8948053d6
commit bbef38b6d6
130 changed files with 3548 additions and 1795 deletions

View File

@@ -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 %>