Get rid of the build-essential cookbook
The build_essential resource has been part of Chef since 14.0
This commit is contained in:
@@ -9,7 +9,6 @@ version '0.1.0'
|
||||
gem 'toml'
|
||||
|
||||
depends 'ark'
|
||||
depends 'build-essential'
|
||||
depends 'kosmos-nginx'
|
||||
depends 'firewall'
|
||||
depends 'backup'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user