bundlewrap/bundles/nfs-server/items.py
Franzi bd45def053
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
bundles/{lldpd,nfs-server}: fix dependencies
2022-02-19 17:49:53 +01:00

20 lines
297 B
Python

files = {
'/etc/exports': {
'content_type': 'mako',
'triggers': {
'action:nfs_reload_shares',
},
},
}
actions = {
'nfs_reload_shares': {
'command': 'exportfs -a',
'triggered': True,
},
}
svc_systemd = {
'nfs-server': {},
}