1CDIST-TYPE__APT_UNATTENDED_UPGRADES(7)cdisCtDIST-TYPE__APT_UNATTENDED_UPGRADES(7)
2
3
4
6 cdist-type__apt_unattended_upgrades - automatic installation of updates
7
9 Install and configure unattended-upgrades package.
10
11 For more information see https://wiki.debian.org/UnattendedUpgrades.
12
14 option Set options for unattended-upgrades. See examples.
15
16 Supported options with default values (as of 2020-01-17) are:
17
18 • AutoFixInterruptedDpkg, default is "true"
19
20 • MinimalSteps, default is "true"
21
22 • InstallOnShutdown, default is "false"
23
24 • Mail, default is "" (empty)
25
26 • MailOnlyOnError, default is "false"
27
28 • Remove-Unused-Kernel-Packages, default is "true"
29
30 • Remove-New-Unused-Dependencies, default is "true"
31
32 • Remove-Unused-Dependencies, default is "false"
33
34 • Automatic-Reboot, default is "false"
35
36 • Automatic-Reboot-WithUsers, default is "true"
37
38 • Automatic-Reboot-Time, default is "02:00"
39
40 • SyslogEnable, default is "false"
41
42 • SyslogFacility, default is "daemon"
43
44 • OnlyOnACPower, default is "true"
45
46 • Skip-Updates-On-Metered-Connections, default is "true"
47
48 • Verbose, default is "false"
49
50 • Debug, default is "false"
51
52 blacklist
53 Python regular expressions, matching packages to exclude from
54 upgrading.
55
57 __apt_unattended_upgrades \
58 --option Mail=root \
59 --option MailOnlyOnError=true \
60 --blacklist multipath-tools \
61 --blacklist open-iscsi
62
64 Ander Punnar <ander-at-kvlt-dot-ee>
65
67 Copyright (C) 2020 Ander Punnar. You can redistribute it and/or modify
68 it under the terms of the GNU General Public License as published by
69 the Free Software Foundation, either version 3 of the License, or (at
70 your option) any later version.
71
73 ungleich GmbH 2021
74
75
76
77
787.0.0 Jul 31,C2D0I2S2T-TYPE__APT_UNATTENDED_UPGRADES(7)