Franziska Kunsmann
2274e7aa37
All checks were successful
bundlewrap/pipeline/head This commit looks good
15 lines
256 B
Python
15 lines
256 B
Python
files = {
|
|
'/etc/exports': {
|
|
'content_type': 'mako',
|
|
'triggers': {
|
|
'action:nfs_reload_shares',
|
|
},
|
|
},
|
|
}
|
|
|
|
actions = {
|
|
'nfs_reload_shares': {
|
|
'command': 'exportfs -a',
|
|
'triggered': True,
|
|
},
|
|
}
|