Skip to content
Snippets Groups Projects
Unverified Commit f6bb076b authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

profile::unattended_upgrades: fix labels for bullseye and later

parent 922ac6bb
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,11 @@ class profile::unattended_upgrades {
origins => [
# lint:ignore:single_quote_string_with_variables
'origin=Debian,codename=${distro_codename},label=Debian',
'origin=Debian,codename=${distro_codename}-updates',
'origin=Debian,codename=${distro_codename},label=Debian-Security',
# bullseye (and later?)
'origin=Debian,codename=${distro_codename}-security,label=Debian-Security',
# for buster and earlier
'origin=Debian,codename=${distro_codename}-updates',
# lint:endignore
],
blacklist => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment