0
0
mirror of https://github.com/saltstack-formulas/sudoers-formula.git synced 2026-05-09 14:17:30 +02:00

Add missing hash on custom includedir

This commit is contained in:
Evan Borgstrom 2013-11-16 08:21:53 -05:00
parent f4346aa211
commit ba9c94ce91

View File

@ -46,7 +46,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
{%- endfor %} {%- endfor %}
{% if includedir %} {% if includedir %}
includedir {{ includedir }} #includedir {{ includedir }}
{% else %} {% else %}
#includedir /etc/sudoers.d #includedir /etc/sudoers.d
{% endif %} {% endif %}