Resolve several problems after conflicts

This commit is contained in:
Dmitry Shulyak 2015-09-15 10:30:25 +03:00
parent c39cfa1567
commit 309602ec63

View File

@ -13,8 +13,8 @@ input:
schema: str!
value:
hosts_names:
schema: [{value: str!}]
schema: [str!]
value: []
hosts_ips:
schema: [{value: str!}]
schema: [str!]
value: []