From d15898c5378cde4f4dffc5072e6c5b1bf483ad4c Mon Sep 17 00:00:00 2001 From: makoto kuwata Date: Mon, 21 Mar 2011 20:48:57 +0900 Subject: [change] 'Rookbook.yaml' to copy 'public_html/*' files --- Rookbook.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rookbook.yaml b/Rookbook.yaml index 6cb5ff7..33df4a9 100644 --- a/Rookbook.yaml +++ b/Rookbook.yaml @@ -133,6 +133,8 @@ recipes: end rm_f "#{dir}/test/Rookbook.yaml", "#{dir}/test/test.log" # + store 'public_html/{index.cgi,index.rhtml,_htaccess}', dir + # store 'benchmark/{bench.rb,bench_context.yaml}', 'benchmark/templates/*', 'benchmark/Makefile', dir # @@ -172,6 +174,7 @@ recipes: chmod 0644, "#{dir}/**/*", :filetype=>'file' chmod 0755, "#{dir}/bin/*", :filetype=>'file' chmod 0755, "#{dir}/contrib/{erubis,inline-require}", :filetype=>'file' + chmod 0755, "#{dir}/public_html/index.cgi" - product: :duplicate method*: | -- cgit v1.2.1