diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-26 11:50:31 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-26 11:50:31 +0200 |
commit | a26a5a3d7dac6127f8ab2e910f8b88fb8b5d75ec (patch) | |
tree | 61577a96e949f514c8d17003082a37ab85394613 /interface-definitions | |
parent | 5077036edd87724068b241ed4f6850b45e885cb5 (diff) | |
download | vyos-1x-a26a5a3d7dac6127f8ab2e910f8b88fb8b5d75ec.tar.gz vyos-1x-a26a5a3d7dac6127f8ab2e910f8b88fb8b5d75ec.zip |
salt: T2385: xml: improve help of id and master-key
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/salt-minion.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/salt-minion.xml.in b/interface-definitions/salt-minion.xml.in index 3a46614fe..97f882a6a 100644 --- a/interface-definitions/salt-minion.xml.in +++ b/interface-definitions/salt-minion.xml.in @@ -40,7 +40,7 @@ </leafNode> <leafNode name="id"> <properties> - <help>Explicitly declare the id for this minion to use.</help> + <help>Explicitly declare ID for this minion to use (default: hostname)</help> </properties> </leafNode> <leafNode name="interval"> @@ -57,7 +57,7 @@ </leafNode> <leafNode name="master-key"> <properties> - <help>Enables verification of the master-public-signature returned by the master in auth-replies.</help> + <help>URL with signature of master for auth reply verification</help> </properties> </leafNode> </children> |