summaryrefslogtreecommitdiff
path: root/files/Debian/50unattended-upgrades.squeeze
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-04-30 11:27:58 +0200
committervarac <varacanero@zeromail.org>2015-04-30 11:27:58 +0200
commitf72c47077aab69170fa1ca56e6ce9a6b1fc9c402 (patch)
tree773e55de49edd873ca867df73cce83e02f973e52 /files/Debian/50unattended-upgrades.squeeze
parent721bf57600f9730a56f744150be34aa9e96457f8 (diff)
parent5a9e3a456e8c9023222abb3ab08ae80323a1470a (diff)
Merge remote-tracking branch 'shared/master' into leap_master
Conflicts: README manifests/init.pp manifests/unattended_upgrades.pp
Diffstat (limited to 'files/Debian/50unattended-upgrades.squeeze')
-rw-r--r--files/Debian/50unattended-upgrades.squeeze13
1 files changed, 0 insertions, 13 deletions
diff --git a/files/Debian/50unattended-upgrades.squeeze b/files/Debian/50unattended-upgrades.squeeze
deleted file mode 100644
index 8f4a926..0000000
--- a/files/Debian/50unattended-upgrades.squeeze
+++ /dev/null
@@ -1,13 +0,0 @@
-// this file is managed by puppet !
-
-Unattended-Upgrade::Allowed-Origins {
- "Debian oldstable";
- "Debian-Security oldstable";
- "${distro_id} ${distro_codename}-backports";
-};
-
-APT::Periodic::Update-Package-Lists "1";
-APT::Periodic::Download-Upgradeable-Packages "1";
-APT::Periodic::Unattended-Upgrade "1";
-
-Unattended-Upgrade::Mail "root";