summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index 898cfea..1524de3 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -29,7 +29,7 @@ class bundler::install (
warning('$use_rvm is deprecated, please use $install_method instead')
}
- if $install_method == undef {
+ if ( $install_method == undef ) or ( $install_method == 'package' ) {
$provider_method = undef
}
else {