From c2b5396986ef0f582d2e93c4ca4e4038998a7a98 Mon Sep 17 00:00:00 2001 From: mattray Date: Wed, 25 Jul 2012 16:29:36 -0500 Subject: [PATCH] added role_path for use with knife-spaghetti-roles --- .chef/knife.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chef/knife.rb b/.chef/knife.rb index 30e528d..a30b6b6 100644 --- a/.chef/knife.rb +++ b/.chef/knife.rb @@ -12,6 +12,8 @@ cache_type 'BasicFile' cache_options( :path => "#{ENV['HOME']}/.chef/checksums" ) cookbook_path ["#{current_dir}/../cookbooks"] +role_path ["#{current_dir}/../roles"] + # all your credentials are belong to us # OpenStack