Update Chef version

This commit is contained in:
Greg Karékinian 2018-04-17 16:08:15 +02:00
parent 14ad962f37
commit b35c4bc097

View File

@ -12,7 +12,7 @@ include_recipe 'timezone_iii'
include_recipe 'ntp'
# Update chef to the chosen version
chef_version = '12.20.3'
chef_version = '12.22.3'
chef_client_updater "Install #{chef_version}" do
version chef_version
end