Skip to content

Commit

Permalink
Apache2 module: Add another shib module identifier (#1383) (#1397)
Browse files Browse the repository at this point in the history
* Add another shib module identifier to apache2 module (#1379)

* Update changelogs/fragments/1383-apache2-module-amend-shib-workaround.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 382be57)

Co-authored-by: peter <peter-@users.noreply.github.com>
  • Loading branch information
patchback[bot] and peter- authored Nov 26, 2020
1 parent 9bb4396 commit bd8df8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- apache2_module - amend existing module identifier workaround to also apply to updated Shibboleth modules (https://github.com/ansible-collections/community.general/issues/1379).
1 change: 1 addition & 0 deletions plugins/modules/web_infrastructure/apache2_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def create_apache_identifier(name):

# a2enmod name replacement to apache2ctl -M names
text_workarounds = [
('shib', 'mod_shib'),
('shib2', 'mod_shib'),
('evasive', 'evasive20_module'),
]
Expand Down

0 comments on commit bd8df8e

Please sign in to comment.