mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-07-24 00:45:46 +02:00
Added sudoers.included formula to manage included sudoers files
This commit is contained in:
@@ -26,3 +26,9 @@ sudoers:
|
||||
- /usr/bin/pkill
|
||||
- /usr/bin/top
|
||||
includedir: /etc/sudoers.d
|
||||
included_files:
|
||||
/etc/sudoers.d/extra-file:
|
||||
users:
|
||||
foo: 'ALL=(ALL) ALL'
|
||||
groups:
|
||||
bargroup: 'ALL=(ALL) NOPASSWD: ALL'
|
||||
|
||||
Reference in New Issue
Block a user