bundles: only install apt packages via apt bundle to avoid double defining packages

This commit is contained in:
Franzi 2020-04-11 11:25:24 +02:00
parent e7a1c2c83e
commit f1a693d0d6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
12 changed files with 36 additions and 25 deletions

View file

@ -1,6 +1,11 @@
@metadata_processor
def add_voc_user(metadata):
return {
'apt': {
'packages': {
'ffmpeg': {},
},
},
'users': {
'voc': {
'home': '/opt/voc-loudness-monitor',