diff options
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_apt/templates/51unattended-upgrades-leap | 2 |
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 %>"; } |