Adjust rabbitmq_service to use Librarian resource
This commit is contained in:
parent
9f007c087f
commit
4ece2fae02
@ -17,10 +17,9 @@ input:
|
|||||||
management_port:
|
management_port:
|
||||||
schema: int!
|
schema: int!
|
||||||
value: 15672
|
value: 15672
|
||||||
git:
|
module:
|
||||||
schema: {repository: str!, branch: str!}
|
schema: {name: str!, type: str, url: str, ref: str}
|
||||||
value: {repository: 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git', branch: '5.1.0'}
|
value: {name: 'rabbitmq', type: 'git', url: 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git', ref: '5.1.0'}
|
||||||
|
|
||||||
puppet_module: 'rabbitmq'
|
|
||||||
tags: []
|
tags: []
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user