diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-29 12:51:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-29 12:51:18 -0300 |
commit | 12fb8ae865268492a95fa781bd6c5d83ec96d3ee (patch) | |
tree | c96a12dc063996b86a766e4f0d83fad1084150ff | |
parent | 536381d500803d01c469e81525b34843594f35e2 (diff) | |
download | puppet-apt-12fb8ae865268492a95fa781bd6c5d83ec96d3ee.tar.gz puppet-apt-12fb8ae865268492a95fa781bd6c5d83ec96d3ee.tar.bz2 |
Changing 'testing' to 'wheezy' on 50unattended-upgrades.wheezy
-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"; |