Upgrading centaurus to Ubuntu 20.04 #196

Merged
raucao merged 2 commits from feature/195-centaurus_20.04 into master 2020-07-30 10:03:01 +00:00
Showing only changes of commit 44b49ddd57 - Show all commits

View File

@ -47,7 +47,7 @@ include_recipe 'nginx'
# Override the nginx package resource to set a specific version, allowing
# to upgrade it
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
end