Skip to content

Commit

Permalink
Adding package install curl for ubuntu JEOS
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Apr 23, 2010
1 parent 7ed1c03 commit 4a9cfb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloudkick/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
case node.platform
when "ubuntu"
include_recipe "apt"


package "curl"

execute "curl http://packages.cloudkick.com/cloudkick.packages.key | apt-key add -" do
not_if "apt-key finger | grep '0B80 27BD B5FB A7F1 8FF3 DC1F 2B5E 7CE0 8EE6 154E'"
end
Expand Down

0 comments on commit 4a9cfb2

Please sign in to comment.