bundlewrap/bundles/apt/files/upgrade-and-reboot.conf
Franzi fb931df4f0
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
bundles/apt: add flag to disable automatic rebooting
2022-01-04 15:15:19 +01:00

4 lines
199 B
Plaintext

nodename="${node.name}"
reboot_mail_to="${node.metadata.get('apt/unattended-upgrades/reboot_mail_to', '')}"
auto_reboot_enabled="${node.metadata.get('apt/unattended-upgrades/reboot-enabled', True)}"