Set up Redis VM, upgrade all cookbooks for Chef 18, major cleanup #496
@ -5,12 +5,13 @@
|
||||
|
||||
apt_package 'postgresql-client-12'
|
||||
build_essential 'backup gem'
|
||||
package ['libxml2-dev', 'libcurl4-gnutls-dev']
|
||||
|
||||
# Don't try to install packages on older Ubuntu, the repositories are 404
|
||||
package ["ruby", "ruby-dev", "zlib1g-dev"] if node[:platform_version].to_f >= 16.04
|
||||
|
||||
gem_package 'backup' do
|
||||
version '5.0.0.beta.2'
|
||||
version '5.0.0.beta.3'
|
||||
end
|
||||
|
||||
smtp_credentials = Chef::EncryptedDataBagItem.load('credentials', 'smtp')
|
||||
|
Loading…
x
Reference in New Issue
Block a user