summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a792b86..f0b8c53 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 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 => 'gem' };
- class { 'bundler::install': install_method => '' }
+ class { 'bundler::install': install_method => undef }
3. Set whatever config variables are necessary:
bundler::config { 'linecache19':