|
@@ -10,7 +10,7 @@ patch_files = %w{
|
|
}
|
|
}
|
|
|
|
|
|
patch_files.each do |patch_file|
|
|
patch_files.each do |patch_file|
|
|
- cache_path = ::File.join(::Chef::Config[:file_cache_path], '0001-Fix-dkms-doesn-t-remove-modules.patch')
|
|
|
|
|
|
+ cache_path = ::File.join(::Chef::Config[:file_cache_path], patch_file)
|
|
cookbook_file cache_path do
|
|
cookbook_file cache_path do
|
|
source patch_file
|
|
source patch_file
|
|
end
|
|
end
|