From 83462b746ca25c2cc1b7aa5409de9c4dc48878a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Fri, 16 Oct 2015 16:54:13 +0200 Subject: [PATCH] Adjust neutron_puppet for librarian --- resources/keystone_puppet/meta.yaml | 2 +- resources/neutron_puppet/meta.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/keystone_puppet/meta.yaml b/resources/keystone_puppet/meta.yaml index 22a487a..27316ae 100644 --- a/resources/keystone_puppet/meta.yaml +++ b/resources/keystone_puppet/meta.yaml @@ -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: diff --git a/resources/neutron_puppet/meta.yaml b/resources/neutron_puppet/meta.yaml index 0d9b95a..35f9e75 100644 --- a/resources/neutron_puppet/meta.yaml +++ b/resources/neutron_puppet/meta.yaml @@ -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]