a01c28da21
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
20 lines
302 B
Python
20 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': {
|
|
},
|
|
}
|