Adjust neutron_puppet for librarian

This commit is contained in:
Łukasz Oleś 2015-10-16 16:54:13 +02:00
parent a572fcb273
commit 83462b746c
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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]