bundlewrap/bundles/simple-icinga-dashboard/metadata.py
Franzi dca56140aa
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/simple-icinga-dashboard: use systemd-timers, use virtualenv
2021-04-11 11:17:09 +02:00

15 lines
286 B
Python

defaults = {
'postfix': {
'aliases': {
'icinga_dashboard': {
'root',
},
},
},
'simple-icinga-dashboard': {
'output': {
'filename': '/opt/simple-icinga-dashboard/out/index.html',
},
},
}