2021-03-21 16:40:58 +00:00
|
|
|
files = {
|
|
|
|
'/etc/oidentd.conf': {
|
|
|
|
'content_type': 'mako',
|
|
|
|
'triggers': {
|
|
|
|
'svc_systemd:oidentd:restart',
|
|
|
|
},
|
|
|
|
},
|
2022-04-03 06:32:07 +00:00
|
|
|
'/usr/local/lib/systemd/system/oidentd.service': {
|
|
|
|
'triggers': {
|
|
|
|
'action:systemd-reload',
|
|
|
|
'svc_systemd:oidentd:restart',
|
|
|
|
},
|
|
|
|
},
|
2021-03-21 16:40:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
svc_systemd = {
|
|
|
|
'oidentd': {
|
|
|
|
'needs': {
|
|
|
|
'pkg_apt:oidentd',
|
|
|
|
'file:/etc/oidentd.conf',
|
2022-04-03 06:32:07 +00:00
|
|
|
'file:/usr/local/lib/systemd/system/oidentd.service',
|
2021-03-21 16:40:58 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|