Fix incorrect sudo_rules example

This commit is contained in:
Johannes 2014-03-30 21:31:20 +01:00
parent 9f03cb80a3
commit 768c8172db
1 changed files with 2 additions and 2 deletions

View File

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