15 lines
269 B
Ruby
15 lines
269 B
Ruby
#
|
|
# Cookbook Name:: kosmos-base
|
|
# Recipe:: chef_client
|
|
#
|
|
# Copyright 2019, Kosmos
|
|
#
|
|
# All rights reserved - Do Not Redistribute
|
|
#
|
|
|
|
# Update chef to the chosen version
|
|
chef_version = '14.11.21'
|
|
chef_client_updater "Install #{chef_version}" do
|
|
version chef_version
|
|
end
|