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

Amazon AMI Installation/Initialization Issue #11

Closed
jrnt30 opened this issue Apr 28, 2014 · 2 comments
Closed

Amazon AMI Installation/Initialization Issue #11

jrnt30 opened this issue Apr 28, 2014 · 2 comments

Comments

@jrnt30
Copy link
Contributor

jrnt30 commented Apr 28, 2014

Currently the installation of the server does not work properly on the AWS Linux AMI due to the preinstall.pp's usage of $::operatingsystemrelease.

Using the 2013.09 AMI, running

facter operatingsystem operatingsystemrelease

returns

operatingsystem => Amazon
operatingsystemrelease => 3.4.73-64.112.amzn1.x86_64

This results in the URL and GPG keys defaulting to the "Fail" option. After this, the "yum install" resorts back to the default EPEL repo, which has the 2.4.10 version of redis-server installed and ends up failing on the "service redis start" command due to a configuration issue.

@arioch
Copy link
Contributor

arioch commented Aug 28, 2014

My apologies for the delay.
I've noticed you fixed this yourself so I've merged your changes upstream: #12.

So... thanks for reporting and fixing too. 👍

@arioch arioch closed this as completed Aug 28, 2014
@jrnt30
Copy link
Contributor Author

jrnt30 commented Sep 17, 2014

Just as a warning, the latest feature of Facter the last time I checked has modified their functionality for Amazon Linux once again. My comment on FACT-672 outlines this

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

No branches or pull requests

2 participants