Merge pull request #14 from jszakmeister/fix-typo-in-pillar-example
pillar.example: fix a small typo
This commit is contained in:
commit
7d216f395f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ sudoers:
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
defaults:
|
defaults:
|
||||||
generic:
|
generic:
|
||||||
- env_rset
|
- env_reset
|
||||||
- mail_badpass
|
- mail_badpass
|
||||||
- secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
- secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
user_list:
|
user_list:
|
||||||
|
|
Loading…
Reference in a new issue