summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@onddo.com>2014-07-01 10:36:43 +0200
committerXabier de Zuazo <xabier@onddo.com>2014-07-01 11:00:34 +0200
commit1864ec8293923210738cca0c11aef5b96786cb86 (patch)
treee8b5fc1789701d8c042f2abd4ddb411cbf3cd500 /lib/chef/config.rb
parent4d3932688018c68505579df3859de6f28712cc2a (diff)
downloadchef-1864ec8293923210738cca0c11aef5b96786cb86.tar.gz
[CHEF-5356-gcm] docs updated to clarify ruby 2 requirement
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 788553be48..99bfe58f80 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -433,7 +433,7 @@ class Chef
# To maintain compatibility, versions other than 1 must be opt-in.
#
# Set this to `2` if you have chef-client 11.6.0+ in your infrastructure.
- # Set this to `3` if you have chef-client 11.?.0+ and OpenSSL >= 1.0.1 in your infrastructure. (TODO)
+ # Set this to `3` if you have chef-client 11.?.0+, ruby 2 and OpenSSL >= 1.0.1 in your infrastructure. (TODO)
default :data_bag_encrypt_version, 1
# When reading data bag items, any supported version is accepted. However,