Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created December 21, 2011 04:33
Show Gist options
  • Save tsabat/1504608 to your computer and use it in GitHub Desktop.
Save tsabat/1504608 to your computer and use it in GitHub Desktop.
libevent2
libevent2_deb = "/tmp/libevent2_2.0.7-sm-1_amd64.deb"
cookbook_file libevent2_deb do
mode "0744"
group "root"
owner "root"
end
dpkg_package "libevent2" do
action :install
package_name "libevent2"
source libevent2_deb
end

results in this error:

dpkg -i /tmp/libevent2_2.0.7-sm-1_amd64.deb returned 1, expected 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment