Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Zygmuntowicz committed Mar 14, 2009
1 parent d9e5de7 commit 26ce729
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cookbooks/integrity/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@
version '0.1.9.0'
end


Chef::Log.info('apps: ' + node[:applications].inspect)


Chef::Log.info("owner: #{node[:owner_name]} pass: #{node[:owner_pass]}")

node[:applications].each do |app,data|



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

0 comments on commit 26ce729

Please sign in to comment.