From 64f9be92e5d58560c4c1740b84b5b4e858a5ea47 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Mon, 23 Oct 2017 11:01:43 -0700 Subject: [PATCH] quagga key is variable --- roles/vpcaccess/templates/ripd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vpcaccess/templates/ripd.conf.j2 b/roles/vpcaccess/templates/ripd.conf.j2 index cfc5ac6..08837d3 100644 --- a/roles/vpcaccess/templates/ripd.conf.j2 +++ b/roles/vpcaccess/templates/ripd.conf.j2 @@ -16,7 +16,7 @@ version 2 key chain {{ environment_name }} key 1 - key-string FVeKWpAUkTZPMZjyKXljIJy + key-string {{ QUAGGA_KEY }} interface tap0 ip rip authentication mode md5 -- 2.43.2