Merge pull request #3 from borgstrom/patch-1
Add missing hash on custom includedir
This commit is contained in:
commit
9459832ed2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
|||
{%- endfor %}
|
||||
|
||||
{% if includedir %}
|
||||
includedir {{ includedir }}
|
||||
#includedir {{ includedir }}
|
||||
{% else %}
|
||||
#includedir /etc/sudoers.d
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue