X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/41bdac8f1d96696cd28642ef0247a07ed59cfae8..586d197702be461402f6837edf1ef6c612c1f0a7:/cookbooks/postgresql/attributes/default.rb diff --git a/cookbooks/postgresql/attributes/default.rb b/cookbooks/postgresql/attributes/default.rb index 770c0dbea..568e53b57 100644 --- a/cookbooks/postgresql/attributes/default.rb +++ b/cookbooks/postgresql/attributes/default.rb @@ -49,5 +49,3 @@ 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"]