bundles/matrix*: fix directories/repos
This commit is contained in:
parent
46fcd1670f
commit
905a7917f8
5 changed files with 22 additions and 10 deletions
|
@ -5,14 +5,6 @@ defaults = {
|
|||
'imagemagick': {},
|
||||
'ffmpeg': {},
|
||||
},
|
||||
'repos': {
|
||||
'backports': {
|
||||
'install_gpg_key': False, # default debian signing key
|
||||
'items': {
|
||||
'deb http://deb.debian.org/debian {os_release}-backports main',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
'paths': {
|
||||
|
@ -75,6 +67,16 @@ defaults = {
|
|||
},
|
||||
}
|
||||
|
||||
if node.os == 'debian' and node.os_version[0] <= 10:
|
||||
defaults['apt']['repos'] = {
|
||||
'backports': {
|
||||
'install_gpg_key': False, # default debian signing key
|
||||
'items': {
|
||||
'deb http://deb.debian.org/debian {os_release}-backports main',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'matrix-media-repo/workers',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue