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:
Peter Sprygada 2016-09-23 12:10:15 -04:00 committed by GitHub
parent a923689182
commit 1dd2b849dc

View file

@ -44,7 +44,7 @@ options:
By default, when eAPI is first configured, the HTTP protocol is
disabled.
required: false
default: yes
default: no
choices: ['yes', 'no']
aliases: ['enable_http']
http_port: