From 6ae6c5ba2464ce749ba9fc8a25aa8540cdca3533 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 21 Mar 2020 20:47:01 +0100 Subject: salt: import salt-minion configuration from vyos-salt-minion --- interface-definitions/salt-minion.xml.in | 85 ++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 interface-definitions/salt-minion.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/salt-minion.xml.in b/interface-definitions/salt-minion.xml.in new file mode 100644 index 000000000..9aa60249a --- /dev/null +++ b/interface-definitions/salt-minion.xml.in @@ -0,0 +1,85 @@ + + + + + + + + Salt Minion + 500 + + + + + The hash_type is the hash to use when discovering the hash of a file on the master server. + + + + + The location of the minion log file. + + + + + Log level + + garbage + log garbage info + + + trace + log trace info + + + debug + log debug info + + + info + log info + + + warning + log warning info + + + error + log error info + + + critical + log critical info + + + + + + The hostname or IP address of the master. + + + + + + Explicitly declare the id for this minion to use. + + + + + The user to run the Salt processes. + + + + + The number of minutes between mine updates. + + + + + Enables verification of the master-public-signature returned by the master in auth-replies. + + + + + + + -- cgit v1.2.3