Browse Source

fixing example for sudo defaults for specific user

lookup-fix-3
tiger-seo 9 years ago
parent
commit
0aab4b5516
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pillar.example

+ 1
- 1
pillar.example View File

@@ -15,7 +15,7 @@ users:
- ALL=(root) /usr/bin/find
- ALL=(otheruser) /usr/bin/script.sh
sudo_defaults:
- !requiretty
- '!requiretty'
shell: /bin/bash
prime_group:
name: primarygroup

Loading…
Cancel
Save