This commit is contained in:
parent
6a6198c9b9
commit
28dd9694af
4 changed files with 77 additions and 1 deletions
17
bundles/oidentd/items.py
Normal file
17
bundles/oidentd/items.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
files = {
|
||||
'/etc/oidentd.conf': {
|
||||
'content_type': 'mako',
|
||||
'triggers': {
|
||||
'svc_systemd:oidentd:restart',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
'oidentd': {
|
||||
'needs': {
|
||||
'pkg_apt:oidentd',
|
||||
'file:/etc/oidentd.conf',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue