Fix validation

This commit is contained in:
Łukasz Oleś 2015-06-25 13:59:34 +00:00
parent 0e5e461d7d
commit 78afbfeb61

View File

@ -9,10 +9,10 @@ input:
schema: str!
value: rabbitmq_service
management_port:
schema: str!
schema: int!
value: 15672
port:
schema: str!
schema: int!
value: 5672
ip:
schema: str!