377838aad1
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. Change-Id: Ia0c2f0823de1766b3892a85112e2c89b82525ea5
13 lines
472 B
Puppet
13 lines
472 B
Puppet
name 'puppetlabs-horizon'
|
|
version '4.0.0-devel'
|
|
source 'https://github.com/stackforge/puppet-horizon'
|
|
author 'Puppet Labs'
|
|
license 'Apache License 2.0'
|
|
summary 'Puppet Labs Horizon Module'
|
|
description 'Puppet module to install and configure the OpenStack Horizon dashboard'
|
|
project_page 'https://launchpad.net/puppet-horizon'
|
|
|
|
dependency 'puppetlabs/apache', '>= 1.0.0 <2.0.0'
|
|
dependency 'puppetlabs/stdlib', '>= 4.0.0'
|
|
dependency 'saz/memcached', '>= 2.0.2 <3.0.0'
|