Created
December 20, 2009 21:19
-
-
Save danielsdeleo/260638 to your computer and use it in GitHub Desktop.
Revisions
-
danielsdeleo revised this gist
Dec 20, 2009 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,7 @@ source 'geoip-c-0.5.5.gem' end gem_package "/tmp/geoip-c-0.5.5.gem" do action :install end -
GMFlash revised this gist
Dec 20, 2009 . 1 changed file with 10 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,14 @@ # 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 "geoip-c" do source "/tmp/geoip-c-0.5.5.gem" action :install end file "/tmp/geoip-c-0.5.5.gem" do action :delete end -
GMFlash revised this gist
Dec 20, 2009 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
Empty file. -
GMFlash created this gist
Dec 20, 2009 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ gem_package "geoip-c" do source "geoip-c-0.5.5.gem" action :install end # geoip-c-0.5.5.gem is in cookbooks/geoip/files/default Empty file.