aboutsummaryrefslogtreecommitdiff
path: root/files/Debian/50unattended-upgrades.wheezy
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2014-10-28 14:02:57 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2014-10-28 15:29:25 -0400
commit5a8d214529429b5dd898e0df29d69e0acf5271df (patch)
treee3d5a6523bd310d7f4e2ee4c4429e55af025fbae /files/Debian/50unattended-upgrades.wheezy
parent98ad878c1a0d2dfbeb9ff91d155ac759e12f1d4e (diff)
downloadpuppet-apt-5a8d214529429b5dd898e0df29d69e0acf5271df.tar.gz
puppet-apt-5a8d214529429b5dd898e0df29d69e0acf5271df.tar.bz2
Change default 50unattended-upgrades on Debian
* Use squeeze-lts origin on squeeze * All other releases use newer Origins-Pattern format * Drop support for lenny
Diffstat (limited to 'files/Debian/50unattended-upgrades.wheezy')
-rw-r--r--files/Debian/50unattended-upgrades.wheezy15
1 files changed, 0 insertions, 15 deletions
diff --git a/files/Debian/50unattended-upgrades.wheezy b/files/Debian/50unattended-upgrades.wheezy
deleted file mode 100644
index e787bf5..0000000
--- a/files/Debian/50unattended-upgrades.wheezy
+++ /dev/null
@@ -1,15 +0,0 @@
-// this file is managed by puppet !
-
-Unattended-Upgrade::Allowed-Origins {
- "${distro_id}:stable";
- "${distro_id}:${distro_codename}-security";
- "${distro_id}:${distro_codename}-updates";
- "${distro_id} Backports:${distro_codename}-backports";
-};
-
-APT::Periodic::Update-Package-Lists "1";
-APT::Periodic::Download-Upgradeable-Packages "1";
-APT::Periodic::Unattended-Upgrade "1";
-
-Unattended-Upgrade::Mail "root";
-Unattended-Upgrade::MailOnlyOnError "true";