aboutsummaryrefslogtreecommitdiff
path: root/files/50unattended-upgrades
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-25 16:57:07 -0400
committerMicah Anderson <micah@riseup.net>2013-06-25 16:57:07 -0400
commit8f58a40ad81b32e1abed80485d388753deafb87b (patch)
tree327fb24935966e567675ede5c57bb1b579c63061 /files/50unattended-upgrades
parentf11e3d475345059220402a44a97da491c85d2b5a (diff)
parent2e3c8fe71cec14411ccee2736f342440a7fedb92 (diff)
downloadpuppet-apt-8f58a40ad81b32e1abed80485d388753deafb87b.tar.gz
puppet-apt-8f58a40ad81b32e1abed80485d388753deafb87b.tar.bz2
Merge branch 'bug/fix_push' into leap
This gets us fixes for the unattended_upgrades in wheezy, as well as the custom_key_dir class parameter replacement of the global variable Conflicts: manifests/unattended_upgrades.pp
Diffstat (limited to 'files/50unattended-upgrades')
-rw-r--r--files/50unattended-upgrades20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/50unattended-upgrades b/files/50unattended-upgrades
deleted file mode 100644
index ebf9f49..0000000
--- a/files/50unattended-upgrades
+++ /dev/null
@@ -1,20 +0,0 @@
-// this file is managed by puppet !
-
-Unattended-Upgrade::Origins-Pattern {
- // Debian
- "o=${distro_id},n=${distro_codename}";
- "o=${distro_id},n=${distro_codename}-updates";
- "o=${distro_id},n=${distro_codename},l=Debian-security";
- "o=${distro_id} Backports,n=${distro_codename}-backports";
- // Ubuntu specific
- "o=${distro_id},a=${distro_codename}-security";
- "o=${distro_id},a=${distro_codename}-backports";
- "o=${distro_id},a=${distro_codename}-proposed";
-};
-
-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";