Created
September 1, 2012 00:07
-
-
Save srinivasmohan/3561544 to your computer and use it in GitHub Desktop.
Install local deb via Chef::Provide Dpkg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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