This module automatically install ruby dependencies using Bundler.
- The
ruby
module has to be installed alongside this module.
Deploy a bundle with something like the following.
bundler::install { $app_root:
user => $app_user,
group => $app_group,
deployment => true,
without => 'development test doc',
}