Browse Source

Merge pull request #25 from johtso/patch-2

Fix incorrect sudo_rules example
tags/v0.45.0
Forrest 10 years ago
parent
commit
702649a51d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example 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

Loading…
Cancel
Save