mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2025-02-01 06:47:46 +01:00
20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
|
# -*- coding: utf-8 -*-
|
||
|
# vim: ft=yaml
|
||
|
---
|
||
|
sudoers:
|
||
|
manage_main_config: false
|
||
|
included_files:
|
||
|
/etc/sudoers.d/extra-file1:
|
||
|
users:
|
||
|
foo:
|
||
|
- 'ALL=(ALL) ALL'
|
||
|
/etc/sudoers.d/extra-file2:
|
||
|
groups:
|
||
|
bargroup:
|
||
|
- 'ALL=(ALL) NOPASSWD: ALL'
|
||
|
/etc/sudoers.d/extra-file3:
|
||
|
netgroups:
|
||
|
other_netgroup:
|
||
|
- 'ALL=(ALL) ALL'
|
||
|
append_included_files_to_endof_main_config: true
|