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
|
@ -34,10 +34,6 @@ streams = {
|
|||
files = {}
|
||||
svc_systemd = {}
|
||||
|
||||
pkg_apt = {
|
||||
'ffmpeg': {},
|
||||
}
|
||||
|
||||
for stream_id, config in streams.items():
|
||||
config['id'] = stream_id
|
||||
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
@metadata_processor
|
||||
def add_voc_user(metadata):
|
||||
return {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'ffmpeg': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'voc': {
|
||||
'home': '/opt/voc-loudness-monitor',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue