summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-29 15:53:15 -0500
committerMicah Anderson <micah@riseup.net>2012-11-29 15:53:15 -0500
commitb4a4a8434616247156e59b860b47cc6256ead8d1 (patch)
tree69e1f7d527c4fd91c7df03447a48200897cf109f /README.md
parentb91d6abfa931b8ef63594092d841701d3ee23280 (diff)
passing install_method => '' to chose the default package provider was a bit
opaque in manifests, so allow for 'package' to be passed, which makes it more clear how it is being done
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ad636c9..2abb1cf 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,12 @@ https://github.com/evanstachowiak/puppet-bundler bundler)
By default this will install bundler with RVM, if you wish to use another
method, you can pass any puppet package provider to the class as
- 'install_method', or just use '' if you wish the puppet parser to
+ 'install_method', or just use 'package' 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 => 'gem' };
- class { 'bundler::install': install_method => undef }
+ Examples: class { 'bundler::install': install_method => 'fink' }
+ class { 'bundler::install': install_method => 'gem' }
+ class { 'bundler::install': install_method => 'package' }
3. Set whatever config variables are necessary:
bundler::config { 'linecache19':