Przeglądaj źródła

Merge pull request #25 from johtso/patch-2

Fix incorrect sudo_rules example
lookup-fix-3
Forrest 10 lat temu
rodzic
commit
702649a51d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz