voxpupuli / puppet-unattended_upgrades

Unattended-upgrades for APT
https://forge.puppet.com/puppet/unattended_upgrades
Apache License 2.0
34 stars 75 forks source link

the unattended upgrades service is not managed #253

Open bwitt opened 5 days ago

bwitt commented 5 days ago

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

Affected Puppet, Ruby, OS and module versions/distributions

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 commented 5 days ago

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.