0
0
mirror of https://github.com/saltstack-formulas/users-formula.git synced 2025-03-10 13:59:01 +01:00

Merge pull request #25 from johtso/patch-2

Fix incorrect sudo_rules example
This commit is contained in:
Forrest 2014-03-31 23:35:36 -07:00
commit 702649a51d

View File

@ -10,8 +10,8 @@ users:
home: /custom/buser
sudouser: True
sudo_rules:
- buser ALL=(root) /usr/bin/find
- buser ALL=(otheruser) /usr/bin/script.sh
- ALL=(root) /usr/bin/find
- ALL=(otheruser) /usr/bin/script.sh
shell: /bin/bash
prime_group:
name: primarygroup