From 35f7294ea991d65fa3c38564a1e35ac23ded533a Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Sun, 23 Oct 2016 20:53:01 -0400 Subject: [PATCH] Correcting the indentation. --- keepalived/templates/keepalived.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepalived/templates/keepalived.jinja b/keepalived/templates/keepalived.jinja index 142b691..92e90bb 100644 --- a/keepalived/templates/keepalived.jinja +++ b/keepalived/templates/keepalived.jinja @@ -13,7 +13,7 @@ {%- macro config_entries(data, indents) -%} {%- if data is string or data is number -%} -{{ string(data)|indent(indents, True) }}{{ '\n' }} +{{ data|string|indent(indents, True) }}{{ '\n' }} {%- else -%} {%- if indents != 0 -%} {{- " {\n" -}}