Merge pull request #10818 from cicavey/patch-1

Reflect the correct default retain status
This commit is contained in:
Franck Nijhof 2019-10-16 23:11:04 +02:00 committed by GitHub
commit 9eaf4a4636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ birth_message:
retain: retain:
description: If the published message should have the retain flag on or not. description: If the published message should have the retain flag on or not.
required: false required: false
default: true default: false
type: boolean type: boolean
will_message: will_message:
description: Will Message description: Will Message
@ -64,6 +64,6 @@ will_message:
retain: retain:
description: If the published message should have the retain flag on or not. description: If the published message should have the retain flag on or not.
required: false required: false
default: true default: false
type: boolean type: boolean
{% endconfiguration %} {% endconfiguration %}