chef/cookbooks/postgresql/recipes/ca_certificates.rb
2016-02-19 18:09:49 +01:00

7 lines
217 B
Ruby

# 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