0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2024-11-28 05:07:57 +01:00
sudoers-formula/test/salt/pillar/appended.sls
2021-08-19 01:24:17 +01:00

20 lines
438 B
YAML

# -*- 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