This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/sudo/init.sls
2020-12-22 11:46:20 +01:00

11 lines
168 B
Plaintext

sudo:
pkg.installed
/etc/sudoers:
file.managed:
- source: salt://sudo/files/sudoers
- template: jinja
- user: root
- group: root
- mode: 0440