Skip to content

Commit

Permalink
Merge branch 'update/debops.nginx' of https://github.com/ypid/debops
Browse files Browse the repository at this point in the history
…into ypid-update/debops.nginx
  • Loading branch information
drybjed committed Sep 18, 2019
2 parents 726ddb7 + 8f48974 commit 34922fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ General
- The role will use Ansible local facts to check if OpenSSH server package is
installed to conditionally enable/disable its start on first install.

Removed
~~~~~~~

:ref:`debops.nginx` role
''''''''''''''''''''''''

- Set `nginx_upstream_php5_www_data` to absent. If you are still using
that Nginx upstream which was enabled by default then update your Ansible
role and switch to a supported PHP release.

Fixed
~~~~~

Expand Down
3 changes: 2 additions & 1 deletion ansible/roles/debops.nginx/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,9 @@ nginx__dependent_upstreams: []
# .. envvar:: nginx_upstream_php5_www_data [[[
#
# Upstream for default php5-fpm configuration
# Legacy.
nginx_upstream_php5_www_data:
enabled: True
state: 'absent'
name: 'php5_www-data'
type: 'php5'
php5: 'www-data'
Expand Down

0 comments on commit 34922fd

Please sign in to comment.