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