test settings
This commit is contained in:
parent
2c53c64dab
commit
6aa6dbee84
@ -6,7 +6,7 @@ Director {
|
|||||||
{% if item.description is defined %}
|
{% if item.description is defined %}
|
||||||
Description = "{{ item.description }}"
|
Description = "{{ item.description }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Password = "{{ item.password }}"
|
Password = "[MD5]{{ item.password | md5 }}"
|
||||||
{% if item.monitor is defined and item.monitor %}
|
{% if item.monitor is defined and item.monitor %}
|
||||||
Monitor = Yes
|
Monitor = Yes
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user