mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2025-02-17 15:44:26 +01:00
Merge pull request #3 from borgstrom/patch-1
Add missing hash on custom includedir
This commit is contained in:
commit
9459832ed2
@ -46,7 +46,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }}
|
|||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
{% if includedir %}
|
{% if includedir %}
|
||||||
includedir {{ includedir }}
|
#includedir {{ includedir }}
|
||||||
{% else %}
|
{% else %}
|
||||||
#includedir /etc/sudoers.d
|
#includedir /etc/sudoers.d
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user