diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-15 21:36:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-15 21:36:53 +0200 |
commit | c2b54ed6d1dc49a908e77d5fd96a2f4e2e01f887 (patch) | |
tree | 6de7fb19f7be9c15c10ba048ecf2f707bc82ea04 /data/templates/salt-minion | |
parent | 0ea1574b922ed30b46717620ce212af7f70ec03f (diff) | |
download | vyos-1x-c2b54ed6d1dc49a908e77d5fd96a2f4e2e01f887.tar.gz vyos-1x-c2b54ed6d1dc49a908e77d5fd96a2f4e2e01f887.zip |
salt-minion: T4364: add source-interface CLI option support
Diffstat (limited to 'data/templates/salt-minion')
-rw-r--r-- | data/templates/salt-minion/minion.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |