bundlewrap/bundles/sudo/items.py

10 lines
103 B
Python
Raw Normal View History

2020-03-27 11:52:17 +00:00
groups = {
'sudo': {},
}
files = {
'/etc/sudoers': {
'content_type': 'mako',
},
}