12 lines
		
	
	
		
			854 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			854 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| default['yum']['epel-next-testing-debuginfo']['repositoryid'] = 'epel-next-testing-debuginfo'
 | |
| default['yum']['epel-next-testing-debuginfo']['description'] =
 | |
|   "Extra Packages for #{node['platform_version'].to_i} - $basearch - Next - Testing Debug"
 | |
| default['yum']['epel-next-testing-debuginfo']['mirrorlist'] =
 | |
|   "https://mirrors.fedoraproject.org/mirrorlist?repo=epel-testing-next-debug-#{node['platform_version'].to_i}&arch=$basearch"
 | |
| default['yum']['epel-next-testing-debuginfo']['gpgkey'] =
 | |
|   "https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-#{node['platform_version'].to_i}"
 | |
| default['yum']['epel-next-testing-debuginfo']['gpgcheck'] = true
 | |
| default['yum']['epel-next-testing-debuginfo']['enabled'] = false
 | |
| default['yum']['epel-next-testing-debuginfo']['managed'] = false
 | |
| default['yum']['epel-next-testing-debuginfo']['make_cache'] = true
 |