summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartink <kendrick.martin@webtrends.com>2012-12-17 11:06:29 -0800
committermartink <kendrick.martin@webtrends.com>2012-12-17 11:06:29 -0800
commit50fe69099f3b0f93cd67960306a61c3a8e949efa (patch)
treef669eec39ff738a3050b9754d2c4bc07365a99bc
parenta2c1faa324ae4f131149f853c733d8ad0e3b9528 (diff)
downloadmixlib-shellout-50fe69099f3b0f93cd67960306a61c3a8e949efa.tar.gz
COOK-1745 Adding default value of nil for the rubyzipversion attribute
-rw-r--r--attributes/default.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/attributes/default.rb b/attributes/default.rb
index 7d37adc..b6788b1 100644
--- a/attributes/default.rb
+++ b/attributes/default.rb
@@ -19,3 +19,4 @@
#
default['windows']['allow_pending_reboots'] = true
+default['windows']['rubyzipversion'] = nil \ No newline at end of file