Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'nginx_install_epel_release' feature flag to disable the installation of epel-release if so desired #421

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

sjugge
Copy link
Contributor

@sjugge sjugge commented Jun 11, 2021

Proposed changes

This change adds a nginx_install_epel_release feature flag which allows epel-release to not be installed by this role if so desired.

This feature flag addresses a need where the epel repository config is managed by other means and should not be configured by this role in order to install Nginx or it's modules. The default behavior of the role is unaltered.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • I have added Molecule tests that prove my fix is effective or that my feature works
  • I have checked that any relevant Molecule tests pass after adding my changes
  • I have updated any relevant documentation (defaults/main/*.yml, README.md and CHANGELOG.md)

Sidenote on Molecule tests, as a test for setting nginx_install_epel_release to false would effectively require current tests to be disabled, and as the default behavior is not altered, no additional tests have been added.

@alessfg alessfg self-requested a review June 14, 2021 11:11
@alessfg alessfg changed the title add 'nginx_install_epel_release' feature flag to disable the installation of epel-release if so desired Add 'nginx_install_epel_release' feature flag to disable the installation of epel-release if so desired Jun 14, 2021
@alessfg alessfg merged commit b88b69f into nginxinc:main Jun 14, 2021
@alessfg alessfg added this to the 0.20.0 milestone Jun 14, 2021
alessfg pushed a commit that referenced this pull request Jun 14, 2021
…tion of epel-release if so desired (#421)

Co-authored-by: Jurgen Verhasselt <[email protected]>
@alessfg alessfg modified the milestones: 0.20.0, 0.21.0 Jun 14, 2021
@alessfg
Copy link
Collaborator

alessfg commented Jun 14, 2021

As an FYI, I took the liberty of updating the Changelog on this PR myself 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants