ovh.icinga2: fix simple-icinga-dashboard
This commit is contained in:
parent
2607049f8d
commit
b35bfc85e9
3 changed files with 15 additions and 21 deletions
|
@ -43,16 +43,6 @@ git_deploy = {
|
|||
}
|
||||
|
||||
files = {
|
||||
'/etc/systemd/system/simple-icinga-dashboard.service': {
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
},
|
||||
},
|
||||
'/etc/systemd/system/simple-icinga-dashboard.timer': {
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
},
|
||||
},
|
||||
'/opt/simple-icinga-dashboard/config.toml': {
|
||||
'content_type': 'mako',
|
||||
'needs': {
|
||||
|
@ -69,13 +59,3 @@ symlinks = {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
'simple-icinga-dashboard.timer': {
|
||||
'needs': {
|
||||
'action:simple-icinga-dashboard_install_requirements',
|
||||
'file:/etc/systemd/system/simple-icinga-dashboard.service',
|
||||
'file:/etc/systemd/system/simple-icinga-dashboard.timer',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue