Adjust neutron_puppet for librarian
This commit is contained in:
parent
a572fcb273
commit
83462b746c
@ -27,7 +27,7 @@ input:
|
||||
value: 5000
|
||||
|
||||
module:
|
||||
schema: {name: str!, type: str, url: str, branch: str}
|
||||
schema: {name: str!, type: str, url: str, ref: str}
|
||||
value: {name:, 'keystone', type: 'git', url: 'https://github.com/openstack/puppet-keystone', ref: '5.1.0'}
|
||||
|
||||
ip:
|
||||
|
@ -180,9 +180,9 @@ input:
|
||||
schema: str
|
||||
value: '/var/log/neutron'
|
||||
|
||||
git:
|
||||
schema: {repository: str!, branch: str!}
|
||||
value: {repository: 'https://github.com/openstack/puppet-neutron', branch: '5.1.0'}
|
||||
module:
|
||||
schema: {name: str!, type: str, url: str, ref: str}
|
||||
value: {name: neutron, type: 'git', url: 'https://github.com/openstack/puppet-neutron', ref: '5.1.0'}
|
||||
|
||||
puppet_module: 'neutron'
|
||||
tags: [resource/neutron]
|
||||
|
Loading…
Reference in New Issue
Block a user