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

@@ -0,0 +1,11 @@
default['yum']['epel-next-debuginfo']['repositoryid'] = 'epel-next-debuginfo'
default['yum']['epel-next-debuginfo']['description'] =
"Extra Packages for #{node['platform_version'].to_i} - $basearch - Next - Debug"
default['yum']['epel-next-debuginfo']['mirrorlist'] =
"https://mirrors.fedoraproject.org/mirrorlist?repo=epel-next-debug-#{node['platform_version'].to_i}&arch=$basearch"
default['yum']['epel-next-debuginfo']['gpgkey'] =
"https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-#{node['platform_version'].to_i}"
default['yum']['epel-next-debuginfo']['gpgcheck'] = true
default['yum']['epel-next-debuginfo']['enabled'] = false
default['yum']['epel-next-debuginfo']['managed'] = false
default['yum']['epel-next-debuginfo']['make_cache'] = true