Skip to content

Instantly share code, notes, and snippets.

@srinivasmohan
Created September 1, 2012 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srinivasmohan/3561544 to your computer and use it in GitHub Desktop.
Save srinivasmohan/3561544 to your computer and use it in GitHub Desktop.
Install local deb via Chef::Provide Dpkg
#Cookbook_file section same as before
package 'glusterfs_3.2.1-1_amd64.deb' do
provider Chef::Provider::Package::Dpkg
source "/var/chef-package-cache/glusterfs_3.2.1-1_amd64.deb"
action :install
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment