diff options
Diffstat (limited to 'files/Debian')
-rw-r--r-- | files/Debian/50unattended-upgrades.wheezy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/Debian/50unattended-upgrades.wheezy b/files/Debian/50unattended-upgrades.wheezy index 4463406..0901ad3 100644 --- a/files/Debian/50unattended-upgrades.wheezy +++ b/files/Debian/50unattended-upgrades.wheezy @@ -1,7 +1,7 @@ // this file is managed by puppet ! Unattended-Upgrade::Allowed-Origins { - "${distro_id}:testing"; + "${distro_id}:stable"; "${distro_id}:${distro_codename}-security"; "${distro_id}:${distro_codename}-updates"; "${distro_id} Backports:${distro_codename}-backports"; |