X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1fb771a75fb2aa2932b5afce2b424e3f86791bc2..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"]