1
0
Fork 0
mirror of synced 2024-05-24 19:15:19 -04:00

Merge pull request #3 from borgstrom/patch-1

Add missing hash on custom includedir
This commit is contained in:
Joseph Hall 2013-11-16 05:42:24 -08:00
commit 9459832ed2

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