From f7ceb6d84bf692b98148f75be7cc6584a55bf1a3 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 13 Nov 2012 09:45:43 -0500 Subject: update README.md to provide information about different install_method possibilities --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e29e6e6..fbeb83f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Installation 1. Copy this directory to your puppet master module path $(git clone https://github.com/evanstachowiak/puppet-bundler bundler) 2. Apply the `bundler` class to any nodes you want bundler installed on: class { 'bundler::install': } + By default this will install bundler as a gem, if you wish to use another method, you can pass any puppet package provider + to the class as 'install_method', or use 'undef' if you wish the puppet parser to automatically chose the best method for + your platform. + Examples: class { 'bundler::install': install_method => fink}; + class { 'bundler::install': install_method => undef} 3. Set whatever config variables are necessary: bundler::config { 'linecache19': user => ubuntu, -- cgit v1.2.3