Update cookbooks and add wordpress cookbook
This commit is contained in:
6
cookbooks/postgresql/recipes/ca_certificates.rb
Normal file
6
cookbooks/postgresql/recipes/ca_certificates.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# some older linux distributions have expired certificate bundles
|
||||
# for pgdg repositories. Upgrading this package before trying to
|
||||
# install postgresql is necessary.
|
||||
package "ca-certificates" do
|
||||
action :upgrade
|
||||
end
|
||||
Reference in New Issue
Block a user