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
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 44eee142a7 - Show all commits

View File

@ -20,3 +20,4 @@ chef_version '>= 12.14' if respond_to?(:chef_version)
# source_url 'https://github.com/<insert_org_here>/kosmos-postgresql'
depends "postgresql", ">= 7.0.0"
depends "build-essential"

View File

@ -4,6 +4,8 @@
#
# Copyright:: 2019, Kosmos, All Rights Reserved.
return if platform?('ubuntu') && node[:platform_version].to_f < 18.04
node.override['build-essential']['compile_time'] = true
include_recipe 'build-essential::default'