-
-
Notifications
You must be signed in to change notification settings - Fork 245
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 amazon default settings #155
Conversation
|
Good catch. Perhaps leave the previous code in there (with a comment explaining that this is for older versions of Amazon Linux (<2015.03)). Also, if you are able to, can you add the relevant unit tests as well? |
|
readded the test case, fixed also nodesource rpm for amazon linux. |
|
@webratz would you mind squashing the failing tests, please? |
readding this case for older facter and Amazon Linux Versions fixing repo for newer amazon linux versions adding tests for Amazon Linux 2015.03
* 'master' of github.com:webratz/puppet-nodejs: adding tests for Amazon Linux 2015.03 fixing repo for newer amazon linux versions readding this case for older facter and Amazon Linux Versions fixing amazon default settings
|
squashed alltogether into first commit |
|
duh. that's neither squashed nor… uhm…i don't know what happned there. |
|
that looks indeed weird. i don't know how it happened but i guess we can't revert it easily |
|
@webratz no worries. |
Amazon LInux (at least on Version 2015.03) reports its own osfamily as RedHat therefore the old code causes the manifest to fail.
This PR fixes the detection.