From 755be953a84fe025d52db49ff1a2acc7edc8904c Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Tue, 11 Nov 2014 10:46:01 -0800 Subject: [PATCH] Change install_options to undef This allows it to install without gem blowing up and trying to install a gem named ''. Fixes #87 --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 02a67077..8463aeda 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -5,7 +5,7 @@ $version = '1.3.4' $manage_modulepath = false $manage_ruby_dependency = 'declare' - $install_options = '' + $install_options = undef $sources = undef # r10k configuration