From 43ab8c2be94f077351f882435d54506a7ebd8597 Mon Sep 17 00:00:00 2001 From: Evan Stachowiak Date: Mon, 27 Aug 2012 14:43:35 -0400 Subject: removed default ruby version --- manifests/install.pp | 2 +- manifests/params.pp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/install.pp b/manifests/install.pp index 57e0cf5..c545339 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -19,7 +19,7 @@ # class bundler::install ( $use_rvm = $bundler::params::use_rvm, - $ruby_version = $bundler::params::ruby_version + $ruby_version ) inherits bundler::params { if $use_rvm == 'true' { diff --git a/manifests/params.pp b/manifests/params.pp index e016279..c7988c2 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -21,7 +21,6 @@ class bundler::params { $rvm_bin = '/usr/local/rvm/bin/rvm' $rvm_gem_path = '/usr/local/rvm/gems' $rvm_gemset = 'global' - $ruby_version = 'ruby-1.9.2-p290' $bundler_path = '/usr/bin' } default: { -- cgit v1.2.3