From c2b54ed6d1dc49a908e77d5fd96a2f4e2e01f887 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 15 Apr 2022 21:36:53 +0200 Subject: salt-minion: T4364: add source-interface CLI option support --- data/templates/salt-minion/minion.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/salt-minion/minion.j2 b/data/templates/salt-minion/minion.j2 index 6940c0cde..f4001db64 100644 --- a/data/templates/salt-minion/minion.j2 +++ b/data/templates/salt-minion/minion.j2 @@ -59,7 +59,7 @@ mine_interval: {{ interval }} {% if source_interface is vyos_defined %} # The name of the interface to use when establishing the connection to the Master. -source_interface_name = {{ source_interface }} +source_interface_name: {{ source_interface }} {% endif %} # Enables verification of the master-public-signature returned by the master -- cgit v1.2.3