Ver código fonte

Look for the wrapper template in this cookbook.

Andrea Campi 12 anos atrás
pai
commit
8a04152bd7
1 arquivos alterados com 1 adições e 0 exclusões
  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"