summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-26 11:31:16 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-26 11:31:24 +0200
commit6a3938cbf595ea24d2d2e3802cf78a0519483339 (patch)
treea38cfbd330f7f0d1c46ceccf33215180a15ef948 /interface-definitions
parentbdda118c4573ba6e42376f9391d4ab16e73eb4bd (diff)
downloadvyos-1x-6a3938cbf595ea24d2d2e3802cf78a0519483339.tar.gz
vyos-1x-6a3938cbf595ea24d2d2e3802cf78a0519483339.zip
salt: T2384: migrate config options
- delete log_file, log_level and user nodes - rename hash_type to hash - rename mine_interval to interval
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/salt-minion.xml.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/interface-definitions/salt-minion.xml.in b/interface-definitions/salt-minion.xml.in
index 1c1dee2fb..d0e8e3e2b 100644
--- a/interface-definitions/salt-minion.xml.in
+++ b/interface-definitions/salt-minion.xml.in
@@ -8,7 +8,7 @@
<priority>500</priority>
</properties>
<children>
- <leafNode name="hash_type">
+ <leafNode name="hash">
<properties>
<help>Hash used when discovering file on master server (default: sha256)</help>
<completionHelp>
@@ -43,12 +43,7 @@
<help>Explicitly declare the id for this minion to use.</help>
</properties>
</leafNode>
- <leafNode name="user">
- <properties>
- <help>The user to run the Salt processes.</help>
- </properties>
- </leafNode>
- <leafNode name="mine_interval">
+ <leafNode name="interval">
<properties>
<help>The number of minutes between mine updates.</help>
</properties>