18 lines
294 B
Python
18 lines
294 B
Python
|
files = {
|
||
|
'/etc/webfsd.conf': {
|
||
|
'content_type': 'mako',
|
||
|
'context': node.metadata['webfs'],
|
||
|
'triggers': {
|
||
|
'svc_systemd:webfs:restart',
|
||
|
},
|
||
|
},
|
||
|
}
|
||
|
|
||
|
svc_systemd = {
|
||
|
'webfs': {
|
||
|
'needs': {
|
||
|
'pkg_apt:webfs',
|
||
|
},
|
||
|
},
|
||
|
}
|