From 73e8a88cd1b6e73b7eb30f261de7e2b2dc45f1d6 Mon Sep 17 00:00:00 2001 From: Dan Lloyd Date: Tue, 6 Dec 2016 17:32:29 -0500 Subject: [PATCH] Change unicode right single quote to ascii This runs fine with python 3 but 2.7 fails when rendering the template even though this occurs in a comment. --- 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 67cecee..3aaf5e1 100644 --- a/keepalived/templates/keepalived.jinja +++ b/keepalived/templates/keepalived.jinja @@ -16,7 +16,7 @@ parenthesis. It also takes into account the special groupings like vrrp_instance and virtual_server. Any additional data from a list or a hash is then processed by calling the macro again. -Forced carriage returns and use of jinja’s indent are only there to make +Forced carriage returns and use of jinja's indent are only there to make the final file more human readable. They serve no other function. #}