8 lines
108 B
Plaintext
Raw Normal View History

2017-01-18 19:11:23 -05:00
{% macro keepalived_config(data) %}
{% if data is none %}
{% else %}
{{ data }}
{% endif %}
{% endmacro %}