9 lines
103 B
Python
9 lines
103 B
Python
groups = {
|
|
'sudo': {},
|
|
}
|
|
|
|
files = {
|
|
'/etc/sudoers': {
|
|
'content_type': 'mako',
|
|
},
|
|
}
|