Преглед изворни кода

Update auto-upgrade config for wheezy

Emmanuel Bouthenot пре 7 година
родитељ
комит
31c5f676d6
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      roles/common/templates/apt/auto-upgrades.wheezy.j2

+ 4 - 4
roles/common/templates/apt/auto-upgrades.wheezy.j2

@@ -14,10 +14,10 @@ Unattended-Upgrade::Origins-Pattern {
     // Note that this will silently match a different release after
     // migration to the specified archive (e.g. testing becomes the
     // new stable).
-    "o=Debian,a=oldstable";
-    "o=Debian,a=oldstable-updates";
-//  "o=Debian,a=oldstable-proposed-updates";
-    "origin=Debian,archive=oldstable,label=Debian-Security";
+    "o=Debian,a=wheezy";
+    "o=Debian,a=wheezy-updates";
+//  "o=Debian,a=wheezy-proposed-updates";
+    "origin=Debian,archive=wheezy,label=Debian-Security";
 {% if auto_upgrade_additional_patterns %}
 {% for pattern in auto_upgrade_additional_patterns %}
     "{{ pattern }}";