Browse Source

Fix incorrect sudo_rules example

lookup-fix-3
Johannes 10 years ago
parent
commit
768c8172db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example View File

fullname: B User fullname: B User
sudouser: True sudouser: True
sudo_rules: 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 shell: /bin/bash
prime_group: prime_group:
name: primarygroup name: primarygroup

Loading…
Cancel
Save