1
0
Fork 0

Update include.sls with correct execprefix reference

Sorry Imissed this update
This commit is contained in:
Alejandro Bednarik 2017-08-16 11:52:38 -03:00 committed by GitHub
parent 10d7127c9a
commit ae1b5dab1b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ include:
- mode: 440
- template: jinja
- source: salt://sudoers/files/sudoers
- check_cmd: {{ sudoers.get('exec-prefix', '/usr/sbin') }}/visudo -c -f
- check_cmd: {{ sudoers.get('execprefix', '/usr/sbin') }}/visudo -c -f
- context:
included: True
sudoers: {{ spec|json }}