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

Chapter 10: Incorrect file references in unattended-upgrades example. #277

Closed
glillico opened this issue May 27, 2020 · 1 comment
Closed

Comments

@glillico
Copy link

Hi,

I have noticed that in “Chapter 10 - Server Security and Ansible”, in the section “Automating updates for Debian-based systems” the task example refers to the template file 10periodic.

  with_items:
    - 10periodic
    - 50unattended-upgrades

However the explanation about the contents of the template file below the task example refers to 20auto-upgrades.

# File: /etc/apt/apt.conf.d/20auto-upgrades

Therefore I believe the task example should be modified to use 20auto-upgrades instead of 10periodic.

  with_items:
    - 20auto-upgrades
    - 50unattended-upgrades

Regards
Graham

@geerlingguy
Copy link
Owner

You're quite right! I'll have this fixed in the next version of the book, and I'll also add those lines of code to this book's repository since they're not in the 'security' example yet.

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