Get rid of the build-essential cookbook

The build_essential resource has been part of Chef since 14.0
This commit is contained in:
Greg Karékinian
2023-06-29 14:47:35 +02:00
parent 05834b6013
commit 916ae8094c
31 changed files with 1 additions and 2710 deletions

View File

@@ -14,9 +14,6 @@ cookbook 'hostname', '= 0.4.2'
cookbook 'firewall', '~> 2.6.3'
cookbook 'nginx', '= 9.0.0'
cookbook 'fail2ban', '~> 7.0.4'
# Remove when cookbooks stop depending on it, the build_essential resource is
# part of Chef 14 (https://docs.chef.io/resource_build_essential.html)
cookbook 'build-essential', '~> 8.2.1'
cookbook 'mysql', '~> 8.7.3'
# cookbook 'postgresql', '= 7.1.8'
cookbook 'apt', '~> 7.3.0'