Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 455 Bytes

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',
}