If you just try to require clouds.rb in, say, a capistrano deploy script, user-defined plugins in their plugins directory (in the same directory as their clouds.rb file) will not automatically get loaded. Pool.init probably needs to get called earlier.
If you just try to require clouds.rb in, say, a capistrano deploy script, user-defined plugins in their plugins directory (in the same directory as their clouds.rb file) will not automatically get loaded. Pool.init probably needs to get called earlier.