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

shell example, [CHP 4, Add extra repositories] RPM-GPG-KEY-remi URL now https:// #117

Closed
erikj opened this issue Dec 30, 2018 · 1 comment

Comments

@erikj
Copy link

erikj commented Dec 30, 2018

Not sure if it's a concern since it's in a shell example and this is an Ansible book, but:

#106 's https updates for Remi's repo were applied to the Ansible code, but not to the shell example:

# Import Remi GPG key.
 wget http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
-O /etc/pki/rpm-gpg/RPM-GPG-KEY-remi
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-remi
# Install Remi repo.
rpm -Uvh --quiet \
http://rpms.remirepo.net/enterprise/remi-release-7.rpm

This version was published on 2018-11-18

Enjoying and learning a lot from the book, thanks.

@geerlingguy
Copy link
Owner

Good catch! I missed that when updated that part of the text. This fix will be in the next version of the book on LeanPub (published this week hopefully!)

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