summaryrefslogtreecommitdiff
path: root/interface-definitions/salt-minion.xml
blob: 35105900e629ffb93a3ed065e9dcf732125a5825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>