Correcting the import.

This commit is contained in:
Jeff Baskin 2017-01-19 09:15:12 -05:00
parent 3f85ced525
commit 52a9281d42

View File

@ -6,7 +6,7 @@
# Any changes will be overwritten.
{{ '\n' }}
{% import 'config.jinja' as config %}
{% import 'keepalived/templates/config.jinja' as config %}
{{ config.keepalived_config(keepalived_final_values) }}
{#