Skip to content

Instantly share code, notes, and snippets.

@spheromak
Created October 8, 2010 11:11
Show Gist options
  • Save spheromak/616630 to your computer and use it in GitHub Desktop.
Save spheromak/616630 to your computer and use it in GitHub Desktop.
cookbook_file "/tmp/somepkg.deb"
package "somepkg" do
source "/tmp/somepkg.deb"
end
# this assumes somepkg.deb is in your cookbook under files/default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment