Browse Source

Look for the wrapper template in this cookbook.

Andrea Campi 12 năm trước cách đây
mục cha
commit
8a04152bd7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"