1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00

Merge pull request #18 from ymage/patch-2

Revert change
This commit is contained in:
Nitin Madhok 2014-12-12 09:01:27 -05:00
commit a3d228bb05

View file

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