Skip to content

Fixed an issue with Amazon linux major release 4 installation #837

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

Merged
merged 1 commit into from
May 19, 2016

Conversation

megianni
Copy link

There was an issue with the latest amazon linux release that would make the installation fail because of the fact verification on params.pp:

[root@AmazonLinux ~]# facter operatingsystem
Amazon
[root@AmazonLinux ~]# facter operatingsystemmajrelease
4
[root@AmazonLinux ~]# facter osfamily
RedHat

Because of this line of code:
if $::osfamily == 'RedHat' and $::operatingsystemmajrelease == '4' {

The module would exit with an error stating that the installation is not supported on RedHat older than major release 5 which in the case of the latest amazon linux is not true.

@DavidS DavidS merged commit cb0b0a6 into puppetlabs:master May 19, 2016
@DavidS
Copy link
Contributor

DavidS commented May 19, 2016

Thanks for taking care of this!

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.

3 participants