소스 검색

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 }}";