From a26a5a3d7dac6127f8ab2e910f8b88fb8b5d75ec Mon Sep 17 00:00:00 2001 From: Christian Poessinger <christian@poessinger.com> Date: Sun, 26 Apr 2020 11:50:31 +0200 Subject: salt: T2385: xml: improve help of id and master-key --- interface-definitions/salt-minion.xml.in | 4 ++-- 1 file 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> -- cgit v1.2.3