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

the unattended upgrades service is not managed #253

Open
bwitt opened this issue Nov 27, 2024 · 2 comments
Open

the unattended upgrades service is not managed #253

bwitt opened this issue Nov 27, 2024 · 2 comments

Comments

@bwitt
Copy link

bwitt commented Nov 27, 2024

This module does not seem to manage the unattended-upgrades service

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet:
  • Ruby:
  • Distribution:
  • Module version:

How to reproduce (e.g Puppet code you use)

include 'unattended_upgrades'

What are you seeing

not managing the service

What behaviour did you expect instead

by default ensure the service is running

Output log

Any additional information you'd like to impart

@kenyon
Copy link
Member

kenyon commented Nov 27, 2024

Yes, but note that unattended-upgrades.service is not critical to the normal operation of unattended upgrades. It only exists to delay system shutdown if an unattended upgrade is happening during shutdown. Still, I think it wouldn't hurt to have puppet manage this service.

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

3 participants
@kenyon @bwitt and others