Bump version to 1.0, change module namespace

Bump the version number in the Modulefile up to 1.0, and
change the module namespace from cprice to puppetlabs.
This commit is contained in:
Chris Price 2012-09-18 18:45:26 -07:00
parent dfcedde055
commit a89771e063

View file

@ -1,11 +1,11 @@
name 'cprice404-puppetdb'
version '0.1.2'
source 'git://github.com/cprice-puppet/puppetlabs-puppetdb.git'
name 'puppetlabs-puppetdb'
version '1.0.0'
source 'git://github.com/puppetlabs-puppet/puppetlabs-puppetdb.git'
author 'Puppet Labs'
description 'PuppetDB resource types'
summary 'PuppetDB resource types'
license 'Apache'
project_page 'https://github.com/cprice-puppet/puppetlabs-puppetdb'
project_page 'https://github.com/puppetlabs-puppet/puppetlabs-puppetdb'
dependency 'cprice404/inifile', '0.0.x'
dependency 'inkling/postgresql', '0.3.x'