bundles/apt: allow variables {os} and {os_release} in sources.list entries

This commit is contained in:
Franzi 2020-08-30 12:06:19 +02:00
parent 77051c0a0e
commit ccd4a09183
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 14 additions and 11 deletions

View file

@ -3,13 +3,13 @@ defaults = {
'repos': {
'nginx': {
'items': [
'deb http://nginx.org/packages/debian buster nginx',
'deb http://nginx.org/packages/{os} {os_release} nginx',
],
},
},
'unattended-upgrades': {
'origins': {
'o=nginx,a=stable,n=buster,l=nginx,c=nginx',
'o=nginx,a=stable,l=nginx,c=nginx',
},
},
'packages': {