mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2024-11-28 05:07:57 +01:00
13 lines
224 B
YAML
13 lines
224 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
sudoers:
|
|
pkg: sudo
|
|
manage_main_config: true
|
|
purge_includedir: false
|
|
configpath: /etc
|
|
group: root
|
|
execprefix: /usr/sbin
|
|
includedir: /etc/sudoers.d
|
|
included_files: {}
|