X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f65bd375ad834787db2daa9d3f780152a913eb54..781fdb2d7e34c77c4d2b306c583978a789166c2b:/cookbooks/nginx/attributes/default.rb diff --git a/cookbooks/nginx/attributes/default.rb b/cookbooks/nginx/attributes/default.rb index e37b42999..21d22045b 100644 --- a/cookbooks/nginx/attributes/default.rb +++ b/cookbooks/nginx/attributes/default.rb @@ -14,3 +14,6 @@ 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"]