Update Chef to 12.20.3

This commit is contained in:
Greg Karékinian
2017-06-16 11:43:24 +02:00
parent acd67151a0
commit 189b66a36f
4 changed files with 29 additions and 29 deletions

View File

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