yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24650
[Bug 1394205] [NEW] apt unattended-upgrades support
Public bug reported:
At this moment, I usually enable unattended-upgrades in Ubuntu by:
====
#cloud-config
debconf_selections: |
unattended-upgrades unattended-upgrades/enable_auto_updates boolean true
runcmd:
- [ dpkg-reconfigure, -fnoninteractive, unattended-upgrades ]
====
It would be nice if cloud-init supports this operation by one config value for example:
====
#cloud-config
apt_unattended_upgrade: true
====
** Affects: cloud-init
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1394205
Title:
apt unattended-upgrades support
Status in Init scripts for use on cloud images:
New
Bug description:
At this moment, I usually enable unattended-upgrades in Ubuntu by:
====
#cloud-config
debconf_selections: |
unattended-upgrades unattended-upgrades/enable_auto_updates boolean true
runcmd:
- [ dpkg-reconfigure, -fnoninteractive, unattended-upgrades ]
====
It would be nice if cloud-init supports this operation by one config value for example:
====
#cloud-config
apt_unattended_upgrade: true
====
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1394205/+subscriptions
Follow ups
References