Skip to content

Commit

Permalink
integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Zygmuntowicz committed Mar 14, 2009
1 parent 890c6f6 commit d9e5de7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cookbooks/integrity/recipes/default.rb
Expand Up @@ -7,8 +7,6 @@
# All rights reserved - Do Not Redistribute
#

if any_app_needs_recipe?('integrity')

require 'digest/sha1'

gem_package 'foca-integrity-email' do
Expand All @@ -30,9 +28,7 @@
version '0.1.9.0'
end

end

if_app_needs_recipe("integrity") do |app,data,index|
node[:applications].each do |app,data|

execute "install integrity" do
command "integrity install --passenger /data/#{app}/current"
Expand Down

0 comments on commit d9e5de7

Please sign in to comment.