Skip to content

Commit

Permalink
Merge branch 'COOK-872'
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Dec 5, 2011
2 parents f6d6f29 + 4bfadc3 commit cd50ded
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
mirror = node['activemq']['mirror']
activemq_home = "#{node['activemq']['home']}/apache-activemq-#{version}"

directory node['activemq']['home'] do
recursive true
end

unless File.exists?("#{activemq_home}/bin/activemq")
remote_file "#{tmp}/apache-activemq-#{version}-bin.tar.gz" do
source "#{mirror}/activemq/apache-activemq/#{version}/apache-activemq-#{version}-bin.tar.gz"
Expand Down

0 comments on commit cd50ded

Please sign in to comment.