Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

to-kn/puppet-bundler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 95.4%
  • Ruby 4.6%