- not_if { File.exist?("#{Chef::Config[:file_cache_path]}/isdct-3.0.0.400-15.x86_64.rpm") }
- end
-
- execute "alien-isdct" do
- command "alien --to-deb isdct-3.0.0.400-15.x86_64.rpm"
- cwd Chef::Config[:file_cache_path]
- user "root"
- group "root"
- not_if { File.exist?("#{Chef::Config[:file_cache_path]}/isdct_3.0.0.400-16_amd64.deb") }