X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0d9d62f20b15d6dcffc10acc82cac845f7f5ca76..8f86a03526fe64640e48ef21b2f8aad8066ed5a7:/cookbooks/nginx/attributes/default.rb diff --git a/cookbooks/nginx/attributes/default.rb b/cookbooks/nginx/attributes/default.rb index 21d22045b..e37b42999 100644 --- a/cookbooks/nginx/attributes/default.rb +++ b/cookbooks/nginx/attributes/default.rb @@ -14,6 +14,3 @@ default[:nginx][:cache][:proxy][:directory] = "/var/cache/nginx/proxy-cache" default[:nginx][:cache][:proxy][:keys_zone] = "proxy_cache_zone:128M" default[:nginx][:cache][:proxy][:inactive] = "45d" default[:nginx][:cache][:proxy][:max_size] = "16384M" - -# Enable nginx repository -default[:apt][:sources] = node[:apt][:sources] | ["nginx"]