bundlewrap/bundles/nfs-server/items.py
Sophie Schiller a01c28da21
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
various bundles: fix dependencies
2022-02-18 22:18:44 +01:00

21 lines
302 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': {
},
}