From 6cc07a62bfe6d51aad216250bb48d3483b15d8a9 Mon Sep 17 00:00:00 2001 From: Hidekazu Tanaka Date: Fri, 3 Jul 2015 16:06:57 +0900 Subject: [PATCH] fix basho-patches directory path --- recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default.rb b/recipes/default.rb index 140662a..72416d6 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -77,7 +77,7 @@ end node['riak']['patches'].each do |patch| - cookbook_file "#{node['riak']['platform_data_dir']}/lib/basho-patches/#{patch}" do + cookbook_file "#{node['riak']['platform_lib_dir']}/basho-patches/#{patch}" do source patch owner 'root' mode 0644