Add missing hash on custom includedir

pull/3/head
Evan Borgstrom 10 years ago
parent f4346aa211
commit ba9c94ce91
  1. 2
      sudoers/files/sudoers

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

Loading…
Cancel
Save