From b24aad6431b9cce3374dc2a54a431b2d6a71c43d Mon Sep 17 00:00:00 2001 From: Michael Rennecke Date: Fri, 13 Sep 2019 16:33:16 +0200 Subject: [PATCH] change unattended updates --- roles/common/templates/50unattended-upgrades | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common/templates/50unattended-upgrades b/roles/common/templates/50unattended-upgrades index a6d8056..1449deb 100644 --- a/roles/common/templates/50unattended-upgrades +++ b/roles/common/templates/50unattended-upgrades @@ -4,11 +4,12 @@ // Automatically upgrade packages from these (origin:archive) pairs Unattended-Upgrade::Allowed-Origins { - "origin=*"; + "*:*"; }; // List of packages to not update (regexp are supported) Unattended-Upgrade::Package-Blacklist { + "mongo.*"; // "vim"; // "libc6"; // "libc6-dev";