bundles: only install apt packages via apt bundle to avoid double defining packages
This commit is contained in:
parent
e7a1c2c83e
commit
f1a693d0d6
12 changed files with 36 additions and 25 deletions
|
@ -1,7 +1,3 @@
|
|||
pkg_apt = {
|
||||
'matrix-synapse-py3': {}
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/matrix-synapse/homeserver.yaml': {
|
||||
'content_type': 'mako',
|
||||
|
|
|
@ -15,6 +15,9 @@ def nodejs_apt_repos(metadata):
|
|||
'packages.matrix.org',
|
||||
},
|
||||
},
|
||||
'packages': {
|
||||
'matrix-synapse-py3': {},
|
||||
},
|
||||
},
|
||||
}, DEFAULTS, DONE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue