소스 검색

Look for the wrapper template in this cookbook.

Andrea Campi 12 년 전
부모
커밋
8a04152bd7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"