ploperations-bundler


Keywords
ruby, bundler, bundle
License
Apache-2.0
Install
puppet module install ploperations-bundler --version 1.0.1

Documentation

Bundler Module

This module automatically install ruby dependencies using Bundler.

Dependencies

  • The ruby module has to be installed alongside this module.

Examples

Deploy a bundle with something like the following.

bundler::install { $app_root:
  user       => $app_user,
  group      => $app_group,
  deployment => true,
  without    => 'development test doc',
}