From 32558563790e3d16d04ef46c5a7e05351cac8141 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 20 Nov 2012 17:25:25 -0500 Subject: remove ruby_package variable assignment, if this is defined, then the case statement below cannot be used because you cannot reassign variables (http://docs.puppetlabs.com/puppet/2.7/reference/lang_variables.html#no-reassignment) --- manifests/params.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index f388408..e0ae681 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -14,7 +14,6 @@ class ruby::params { $version = 'installed' - $ruby_package = 'ruby' case $::osfamily { 'redhat', 'suse': { -- cgit v1.2.3