Browse Source

Look for the wrapper template in this cookbook.

Andrea Campi 12 years ago
parent
commit
8a04152bd7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      providers/default.rb

+ 1 - 0
providers/default.rb

@@ -60,6 +60,7 @@ action :deploy do
 
     template "#{new_resource.path}/deploy-ssh-wrapper" do
       source "deploy-ssh-wrapper.erb"
+      cookbook "application"
       owner new_resource.owner
       group new_resource.group
       mode "0755"