1
0
Fork 0
mirror of synced 2024-05-26 12:01:11 -04:00

Revert change

The '#' here does not indicate a comment
This commit is contained in:
ymage 2014-12-12 14:57:35 +01:00
parent 9ec75d1cd8
commit e732663da9

View file

@ -96,5 +96,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
{%- endfor %} {%- endfor %}
{% if includedir %} {% if includedir %}
includedir {{ includedir }} ## Read drop-in files from /etc/sudoers.d
## (the '#' here does not indicate a comment)
#includedir {{ includedir }}
{% endif %} {% endif %}