diff options
| author | mo <mokha@cisco.com> | 2017-05-04 17:40:28 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-05-04 17:40:28 -0600 |
| commit | 4b783fab395c2dd5b0180e4667995c852fd4b13f (patch) | |
| tree | cb83c57356b7f0ea7519103f99837a1a83b6b566 /Capfile | |
| parent | 8e7c2ac65493309de4098be6c72f123e28fd2441 (diff) | |
use chef to search for nodes to deploy to.
Diffstat (limited to 'Capfile')
| -rw-r--r-- | Capfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ # Load DSL and Setup Up Stages +$LOAD_PATH.unshift("#{Dir.pwd}/lib") require 'capistrano/setup' # Includes default deployment tasks @@ -20,6 +21,7 @@ require 'capistrano/rbenv' require 'capistrano/bundler' require 'capistrano/rails/assets' require 'capistrano/rails/migrations' +require 'capistrano/chef_search' # Loads custom tasks from `lib/capistrano/tasks' if you have any defined. Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } |
