Upgrade nginx to the latest mainline version
This commit is contained in:
parent
3563b05932
commit
44b49ddd57
@ -47,7 +47,7 @@ include_recipe 'nginx'
|
|||||||
# Override the nginx package resource to set a specific version, allowing
|
# Override the nginx package resource to set a specific version, allowing
|
||||||
# to upgrade it
|
# to upgrade it
|
||||||
edit_resource!(:package, 'nginx') do
|
edit_resource!(:package, 'nginx') do
|
||||||
version "1.17.3-1~#{node['lsb']['codename']}"
|
version "1.19.1-1~#{node['lsb']['codename']}"
|
||||||
notifies :reload, 'ohai[reload_nginx]', :immediately
|
notifies :reload, 'ohai[reload_nginx]', :immediately
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user