summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-20 19:19:21 -0500
committerMicah Anderson <micah@riseup.net>2012-11-20 19:19:21 -0500
commitb91d6abfa931b8ef63594092d841701d3ee23280 (patch)
treeec48840ba50e8661dbfb3fc1a24d2931a960c613 /README.md
parentcef8d7f65cb9f7931625a900b00a53ffb2848f12 (diff)
add some backwards compatibility
update documentation/comments to reflect reality
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0b8c53..ad636c9 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ 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 undef if you wish the puppet parser to
+ 'install_method', or just use '' if you wish the puppet parser to
automatically chose the best method for your platform.
Examples: class { 'bundler::install': install_method => 'fink' };