Update golang cookbook
This commit is contained in:
10
cookbooks/yum-epel/attributes/epel-next.rb
Normal file
10
cookbooks/yum-epel/attributes/epel-next.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
default['yum']['epel-next']['repositoryid'] = 'epel-next'
|
||||
default['yum']['epel-next']['gpgcheck'] = true
|
||||
default['yum']['epel-next']['description'] = 'Extra Packages for $releasever - Next - $basearch'
|
||||
default['yum']['epel-next']['mirrorlist'] =
|
||||
"https://mirrors.fedoraproject.org/mirrorlist?repo=epel-next-#{node['platform_version'].to_i}&arch=$basearch"
|
||||
default['yum']['epel-next']['gpgkey'] =
|
||||
"https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-#{node['platform_version'].to_i}"
|
||||
default['yum']['epel-next']['enabled'] = true
|
||||
default['yum']['epel-next']['managed'] = true
|
||||
default['yum']['epel-next']['make_cache'] = true
|
||||
Reference in New Issue
Block a user