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

Fixing regressions for Amazon Linux since RH7 support was added #471

Merged
merged 1 commit into from Jan 22, 2015

Conversation

mlehner616
Copy link
Contributor

By adding support for RH7, Amazon was getting incorrectly grouped with those newer operating systems. Amazon Linux is still using the RH6 way to do things making the module unusable on all Amazon systems. I'm adding exceptions for Amazon as the conditions for RH7 were incorrectly catching Amazon Linux because the operatingsystemrelease YYYY.MM will always evaluate to true

@mlehner616 mlehner616 changed the title Adding an exception for Amazon as the conditions for RH7 were Fixing regressions for Amazon Linux since RH7 support was added Jan 16, 2015
@mlehner616
Copy link
Contributor Author

From looking at the code, this issue could be affecting other distributions as well.

@mlehner616
Copy link
Contributor Author

@puppetcla to save time and get this thing merged, CLA has been signed.

@underscorgan
Copy link
Contributor

@mlehner616 Can you squash this down to a single commit?

Otherwise looks good, and just FYI the CLA isn't required for module contributions

@mlehner616
Copy link
Contributor Author

@mhaskel Not a problem, I'll squash it.

ok, figured I'd get it signed just in case, I saw it was holding up another PR (could have been another repo)

Red Hat 7 has diverged from the Amazon system architecture and Amazon
uses a different versioning scheme. It's possible Amazon may re-align
with Red Hat 7 in later releases. Additional logic may be required
when that happens.

Description: Adding an exception for Amazon as the conditions for
RH7 were incorrectly catching Amazon because the version YYYY.MM
will always evaluate to true
@mlehner616
Copy link
Contributor Author

@mhaskel Should be all set just waiting to hear from Travis

underscorgan pushed a commit that referenced this pull request Jan 22, 2015
Fixing regressions for Amazon Linux since RH7 support was added
@underscorgan underscorgan merged commit c6f061a into puppetlabs:master Jan 22, 2015
@underscorgan
Copy link
Contributor

Great, thanks @mlehner616

cegeka-jenkins pushed a commit to cegeka/puppet-firewall that referenced this pull request Oct 23, 2017
Fixing regressions for Amazon Linux since RH7 support was added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants