change unattended updates
This commit is contained in:
parent
e054e27c28
commit
b24aad6431
|
@ -4,11 +4,12 @@
|
||||||
|
|
||||||
// Automatically upgrade packages from these (origin:archive) pairs
|
// Automatically upgrade packages from these (origin:archive) pairs
|
||||||
Unattended-Upgrade::Allowed-Origins {
|
Unattended-Upgrade::Allowed-Origins {
|
||||||
"origin=*";
|
"*:*";
|
||||||
};
|
};
|
||||||
|
|
||||||
// List of packages to not update (regexp are supported)
|
// List of packages to not update (regexp are supported)
|
||||||
Unattended-Upgrade::Package-Blacklist {
|
Unattended-Upgrade::Package-Blacklist {
|
||||||
|
"mongo.*";
|
||||||
// "vim";
|
// "vim";
|
||||||
// "libc6";
|
// "libc6";
|
||||||
// "libc6-dev";
|
// "libc6-dev";
|
||||||
|
|
Loading…
Reference in New Issue