blob: 1a98f3cef8b9236a42a9afe8e1d8f0b1a39144e6 (
plain)
1
2
3
4
|
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks
|