Browse Source

Fix pillar.example->sudo_rules.

tags/v0.45.0
René Jochum 10 years ago
parent
commit
1e3f6c9865
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example View File

expire: 16426 expire: 16426
sudouser: True sudouser: True
sudo_rules: sudo_rules:
- ALL=(root) /usr/bin/find
- 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