1
0
Fork 0
mirror of synced 2024-06-16 05:01:09 -04: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 %}
{% if includedir %}
includedir {{ includedir }}
#includedir {{ includedir }}
{% else %}
#includedir /etc/sudoers.d
{% endif %}