diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-29 12:51:18 -0300 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-25 15:58:35 -0400 |
commit | 4b2e554f8f3a84433e71955664a71ae8123c0543 (patch) | |
tree | c737b84f79a78de324c4b9503ba8a967c0afb4bc | |
parent | b45052b227b01c955226362ffd9deda9d2bb4103 (diff) | |
download | puppet-apt-4b2e554f8f3a84433e71955664a71ae8123c0543.tar.gz puppet-apt-4b2e554f8f3a84433e71955664a71ae8123c0543.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"; |