bundles/sudo: add bundle
This commit is contained in:
parent
9a956e832a
commit
067b498bf2
4 changed files with 33 additions and 3 deletions
9
bundles/sudo/items.py
Normal file
9
bundles/sudo/items.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
groups = {
|
||||
'sudo': {},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/sudoers': {
|
||||
'content_type': 'mako',
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue