Adjust rabbitmq_service to use Librarian resource

This commit is contained in:
Łukasz Oleś 2015-10-12 09:01:41 +02:00
parent 9f007c087f
commit 4ece2fae02

View File

@ -17,10 +17,9 @@ input:
management_port:
schema: int!
value: 15672
git:
schema: {repository: str!, branch: str!}
value: {repository: 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git', branch: '5.1.0'}
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'}
puppet_module: 'rabbitmq'
tags: []
version: 1.0.0