summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-11-17 16:10:18 +0100
committerVarac <varac@leap.se>2017-11-17 16:38:13 +0100
commitb584e92a6b654eee9427cd56d7317aa0125c92a4 (patch)
treef953dcb042b45bd9afc7ac199ade24bbfa92880d
parent464da0db5abe5008b281412548d4f85e1710ba43 (diff)
Bug: Fix unattended-upgrades for LEAP debs
Resolves: #8891
-rw-r--r--puppet/modules/site_apt/templates/51unattended-upgrades-leap2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_apt/templates/51unattended-upgrades-leap b/puppet/modules/site_apt/templates/51unattended-upgrades-leap
index 3e28531f..2a3494ef 100644
--- a/puppet/modules/site_apt/templates/51unattended-upgrades-leap
+++ b/puppet/modules/site_apt/templates/51unattended-upgrades-leap
@@ -1,5 +1,5 @@
// this file is managed by puppet !
Unattended-Upgrade::Origins-Pattern {
- "site=deb.leap.se,component=<%= @apt_platform_component %>";
+ "site=deb.leap.se,codename=<%= @apt_platform_component %>";
}