Update include.sls with correct execprefix reference

Sorry Imissed this update
pull/37/head
Alejandro Bednarik 6 years ago committed by GitHub
parent 10d7127c9a
commit ae1b5dab1b
  1. 2
      sudoers/included.sls

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

Loading…
Cancel
Save