Correcting the import.
This commit is contained in:
parent
52a9281d42
commit
80b46aca2f
@ -7,6 +7,11 @@
|
|||||||
{{ '\n' }}
|
{{ '\n' }}
|
||||||
|
|
||||||
{% import 'keepalived/templates/config.jinja' as config %}
|
{% import 'keepalived/templates/config.jinja' as config %}
|
||||||
|
{%- import_yaml 'keepalived/defaults.yaml' as keepalived_defaults -%}
|
||||||
|
{%- set keepalived_final_values = salt.pillar.get(
|
||||||
|
'keepalived',
|
||||||
|
default=keepalived_defaults,
|
||||||
|
merge=True) -%}
|
||||||
{{ config.keepalived_config(keepalived_final_values) }}
|
{{ config.keepalived_config(keepalived_final_values) }}
|
||||||
|
|
||||||
{#
|
{#
|
||||||
|
Loading…
Reference in New Issue
Block a user