Update Chef to 14.11.21 #27

Merged
greg merged 44 commits from chef_14 into master 2019-04-12 11:31:37 +00:00
Showing only changes of commit 4b75ae78dc - Show all commits

View File

@ -5,6 +5,7 @@ license 'All rights reserved'
description 'The Kosmos base cookbook'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
chef_version '>= 14.0' # Uses the new sudo resource
depends 'apt'
depends 'users'