Franziska Kunsmann
6ca0d863b1
All checks were successful
bundlewrap/pipeline/head This commit looks good
20 lines
288 B
Python
20 lines
288 B
Python
groups = {
|
|
'sudo': {},
|
|
}
|
|
|
|
directories = {
|
|
'/etc/sudoers.d': {
|
|
'purge': True,
|
|
},
|
|
}
|
|
|
|
files = {
|
|
'/etc/sudoers': {
|
|
'needs': {
|
|
'file:/etc/sudoers.d/bwusers',
|
|
},
|
|
},
|
|
'/etc/sudoers.d/bwusers': {
|
|
'content_type': 'mako',
|
|
},
|
|
}
|