X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/27e33fa61307e73ca2b81bc16ac09699878970ce..b1b9d1a24cd4ec5bc9176af4342697a739db64e7:/cookbooks/postgresql/attributes/default.rb diff --git a/cookbooks/postgresql/attributes/default.rb b/cookbooks/postgresql/attributes/default.rb index dce61724f..91ffbea5e 100644 --- a/cookbooks/postgresql/attributes/default.rb +++ b/cookbooks/postgresql/attributes/default.rb @@ -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"]