Commit d181bc75 authored by Vincent Pelletier's avatar Vincent Pelletier

erp5: Fix parameter name for hosts file in schema.

parent 680a1ba0
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"uniqueItems": true, "uniqueItems": true,
"type": "array" "type": "array"
}, },
"hosts": { "hosts-dict": {
"description": "Host entries to be used in addition to and/or overriding auto-generated ones", "description": "Host entries to be used in addition to and/or overriding auto-generated ones",
"default": { "default": {
"erp5-catalog-0": "some-ip", "erp5-catalog-0": "some-ip",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment