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]