Puppet Forge release 2.1.0

Updated README.md for Puppet Forge release 2.1.0
Updated Modulefile version.

Change-Id: I80dd39bb73f23649c29dc4889a1775c115a94fd0
This commit is contained in:
Chris Hoge 2013-08-07 10:54:16 -07:00 committed by Dan Bode
parent 98e09500ad
commit 2d3ea334ca
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name 'puppetlabs-horizon'
version '2.0.0'
version '2.1.0'
source 'https://github.com/stackforge/puppet-horizon'
author 'Puppet Labs'
license 'Apache License 2.0'
@ -7,6 +7,6 @@ summary 'Puppet Labs Horizon Module'
description 'Puppet module to install and configure the OpenStack Horizone dashboard'
project_page 'https://launchpad.net/puppet-openstack'
dependency 'saz/memcached', '>= 2.0.2'
dependency 'puppetlabs/apache', '>= 0.4.0'
dependency 'saz/memcached', '>= 2.0.2 <3.0.0'
dependency 'puppetlabs/apache', '>= 0.4.0 <1.0.0'
dependency 'puppetlabs/stdlib', '>= 2.5.0'

View File

@ -86,6 +86,12 @@ Contributors
Release Notes
-------------
**2.1.0**
* Updated local_settings.py.
* Pinned Apache module version.
* Varioud lint fixes.
**2.0.0**
* Upstream is now part of stackfoge.