Skip to content

Instantly share code, notes, and snippets.

@danielsdeleo
Created December 20, 2009 21:19
Show Gist options
  • Save danielsdeleo/260638 to your computer and use it in GitHub Desktop.
Save danielsdeleo/260638 to your computer and use it in GitHub Desktop.
# geoip-c-0.5.5.gem is in cookbooks/geoip/files/default
remote_file "/tmp/geoip-c-0.5.5.gem" do
source 'geoip-c-0.5.5.gem'
end
gem_package "/tmp/geoip-c-0.5.5.gem" do
action :install
end
file "/tmp/geoip-c-0.5.5.gem" do
action :delete
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment