fixes default value in docstring for http (#4985)
The docstring incorrectly stated the default value for http is yes when indeed its no. This fixes the docstring
This commit is contained in:
parent
a923689182
commit
1dd2b849dc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ options:
|
||||||
By default, when eAPI is first configured, the HTTP protocol is
|
By default, when eAPI is first configured, the HTTP protocol is
|
||||||
disabled.
|
disabled.
|
||||||
required: false
|
required: false
|
||||||
default: yes
|
default: no
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
aliases: ['enable_http']
|
aliases: ['enable_http']
|
||||||
http_port:
|
http_port:
|
||||||
|
|
Loading…
Reference in a new issue