]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/attributes/default.rb
imagery: fix vdl_light6_deflate source filename
[chef.git] / cookbooks / postgresql / attributes / default.rb
index dce61724fdf3ee97979813a2e3f26a9b1a8a44ed..91ffbea5e7b227cf3e9fb4de81cd3b8e0fe363c4 100644 (file)
@@ -35,3 +35,5 @@ default[:postgresql][:settings][:defaults][:user_name_maps] = {}
 default[:postgresql][:settings][:defaults][:early_authentication_rules] = []
 default[:postgresql][:settings][:defaults][:late_authentication_rules] = []
 default[:postgresql][:settings][:defaults][:standby_mode] = "off"
+
+default[:apt][:sources] = node[:apt][:sources] | ["postgresql"]