solar-resources/resources/rabbitmq_service/1.0.0/meta.yaml
Jedrzej Nowak 1b28b8f3c4 Change resources structure to match repository one
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
2015-12-18 18:01:20 +01:00

25 lines
454 B
YAML

handler: puppet
input:
ip:
schema: str!
value:
# ssh_key:
# schema: str!
# value:
# ssh_user:
# schema: str!
# value:
port:
schema: int!
value: 5672
management_port:
schema: int!
value: 15672
module:
schema: {name: str!, type: str, url: str, ref: str}
value: {name: 'rabbitmq', type: 'git', url: 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git', ref: '5.1.0'}
tags: []
version: 1.0.0