Franziska Kunsmann
e8d131b041
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
fixes #20
12 lines
289 B
Python
12 lines
289 B
Python
defaults = {
|
|
'cron': {
|
|
'simple-icinga-dashboard': '* * * * * icinga_dashboard cd /opt/simple-icinga-dashboard/src/ && ./service.py',
|
|
},
|
|
'postfix': {
|
|
'aliases': {
|
|
'icinga_dashboard': {
|
|
'root',
|
|
},
|
|
},
|
|
},
|
|
}
|