From f53e744e32a6746daf8b5aef63184194c2b402f6 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Thu, 4 Jul 2024 14:16:20 +0100 Subject: [PATCH] Fix typo --- juniper-macros.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper-macros.j2 b/juniper-macros.j2 index e6b3199..708f10e 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -12,7 +12,7 @@ system { {% for server, details in tacacs_servers %} {{ server }} { port 49; - secret "{{ details['secret']"; ## SECRET-DATA + secret "{{ details['secret'] }}"; ## SECRET-DATA source-address {{ device.primary_ip4.address.ip }}; } {% endfor %}