summaryrefslogtreecommitdiff
path: root/interface-definitions/salt-minion.xml
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/salt-minion.xml')
-rw-r--r--interface-definitions/salt-minion.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/interface-definitions/salt-minion.xml b/interface-definitions/salt-minion.xml
new file mode 100644
index 0000000..3510590
--- /dev/null
+++ b/interface-definitions/salt-minion.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<!--Salt-minion configuration -->
+
+<interfaceDefinition>
+ <node name="service">
+ <children>
+ <node name="salt-minion" owner="${vyos_conf_scripts_dir}/salt-minion.py">
+ <properties>
+ <help>Salt Minion</help>
+ </properties>
+ <children>
+ <leafNode name="master">
+ <properties>
+ <help>The hostname or IP address of the master.</help>
+ <multi/>
+ </properties>
+ </leafNode>
+ <leafNode name="ID">
+ <properties>
+ <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>
+ </children>
+ </node>
+ </children>
+ </node>
+</interfaceDefinition>