mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2025-02-20 10:38:43 +01:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
sudoers:
|
|
users:
|
|
# Simple user
|
|
johndoe:
|
|
- ALL: ALL
|
|
# List of users
|
|
janedoe,marydoe:
|
|
# Multiple hosts
|
|
- ALL: ALL
|
|
#include: /etc/sudoers.d
|