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

@@ -9,7 +9,6 @@ version '0.1.0'
gem 'toml'
depends 'ark'
depends 'build-essential'
depends 'kosmos-nginx'
depends 'firewall'
depends 'backup'

View File

@@ -25,7 +25,7 @@
# THE SOFTWARE.
include_recipe 'kosmos-parity::user'
include_recipe 'build-essential'
build_essential 'kosmos-parity'
package %w(git libssl-dev pkg-config libudev-dev)
gem_package 'fpm' do
version '1.8.1'

View File

@@ -20,6 +20,5 @@ 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"
depends "kosmos_encfs"
depends "hostsfile"