-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
2nd Ed, PDF p35, 'package' command has yum servers issue (CentOS 8 EOL) #453
Comments
The error message you're receiving:
is from |
This seems to be the result of CentOS 8's EOL. At some point I may switch the examples to Rocky Linux 8 instead. (Yet another effect of the CentOS 8 rug-pull, grr...). This seems to have started happening within the past week. |
See geerlingguy/packer-boxes#80 — I'm planning on adding a rockylinux8 build soon. |
Hey there, I'm really enjoying your book and videos :) Wanted to add, that this issue is present in other places. I just faced it on page 20 and in the config file here on GitHub you have geerlingguy/centos8, but after in the book and in the videos on YouTube you talk about CentOS 7. In the screenshot, line 8 in the code and the last line of text at the bottom. |
I have these references fixed in the manuscript. I hope to have an update out tonight! |
On p35 of 2nd Ed.:
ansible app -b -m package -a "name=git state=present"
Servers created as CentOS8s.
In the machine:
Stackexchange suggests this is a
resolv.conf
issue, but even replacingresolv.conf
withSame error results.
The text was updated successfully, but these errors were encountered: