summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-13 09:45:43 -0500
committerMicah Anderson <micah@riseup.net>2012-11-13 09:45:43 -0500
commitf7ceb6d84bf692b98148f75be7cc6584a55bf1a3 (patch)
tree22e68bdfc4cf391a1a0a361a9eb33d0274019260
parentdede41c7a1ba7d56d25db8a7e83a55f4f2a0bd0f (diff)
update README.md to provide information about different install_method possibilities
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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,