mbailey / xenium

web management of xen virtual hosts

This URL has Read+Write access

xenium / Capfile
100644 4 lines (4 sloc) 0.209 kb
1
2
3
4
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
Dir['config/*/recipes.rb'].each { |plugin| load(plugin) }
load 'config/deploy'