Before this update the Modulefile was not following semver in relation to stable/havana, and the README files were not in sync. This update introduces proper semver and consistency. Keystone in fixtures tracks master. Fix modulefile to match this dependency and be consistent with Horizon dependency Change-Id: I622ef84b5c50abd1da96a75e9935265cd947ca6a
14 lines
525 B
Puppet
14 lines
525 B
Puppet
name 'puppetlabs-keystone'
|
|
version '4.0.0-devel'
|
|
source 'https://github.com/stackforge/puppet-keystone'
|
|
author 'Puppet Labs'
|
|
license 'Apache License 2.0'
|
|
summary 'Puppet Labs Keystone Module'
|
|
description 'Puppet module to install and configure the Openstack identity service'
|
|
project_page 'https://launchpad.net/puppet-keystone'
|
|
|
|
dependency 'puppetlabs/apache', '>=1.0.0 <2.0.0'
|
|
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
|
|
dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0'
|
|
dependency 'puppetlabs/stdlib', '>= 3.2.0'
|