bundles/sudo: add bundle

This commit is contained in:
Franzi 2020-03-27 11:52:17 +00:00
parent 9a956e832a
commit 067b498bf2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 33 additions and 3 deletions

9
bundles/sudo/items.py Normal file
View file

@ -0,0 +1,9 @@
groups = {
'sudo': {},
}
files = {
'/etc/sudoers': {
'content_type': 'mako',
},
}