Franziska Kunsmann
51101fc615
All checks were successful
bundlewrap/pipeline/head This commit looks good
21 lines
312 B
Python
21 lines
312 B
Python
groups = {
|
|
'sudo': {},
|
|
}
|
|
|
|
directories = {
|
|
'/etc/sudoers.d': {
|
|
'purge': True,
|
|
},
|
|
}
|
|
|
|
files = {
|
|
'/etc/sudoers': {
|
|
'mode': '0440',
|
|
'needs': {
|
|
'file:/etc/sudoers.d/bwusers',
|
|
},
|
|
},
|
|
'/etc/sudoers.d/bwusers': {
|
|
'content_type': 'mako',
|
|
},
|
|
}
|