summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-20 17:25:25 -0500
committerMicah Anderson <micah@riseup.net>2012-11-20 17:25:25 -0500
commit32558563790e3d16d04ef46c5a7e05351cac8141 (patch)
treecf77f2c6f3bf4bccabedee3c714974ac3e9ca7ec
parentdbd5f5000382e622c8e252d67a7dcbd3e937d348 (diff)
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)
-rw-r--r--manifests/params.pp1
1 files changed, 0 insertions, 1 deletions
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': {