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:
parent
dfcedde055
commit
a89771e063
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
name 'cprice404-puppetdb'
|
name 'puppetlabs-puppetdb'
|
||||||
version '0.1.2'
|
version '1.0.0'
|
||||||
source 'git://github.com/cprice-puppet/puppetlabs-puppetdb.git'
|
source 'git://github.com/puppetlabs-puppet/puppetlabs-puppetdb.git'
|
||||||
author 'Puppet Labs'
|
author 'Puppet Labs'
|
||||||
description 'PuppetDB resource types'
|
description 'PuppetDB resource types'
|
||||||
summary 'PuppetDB resource types'
|
summary 'PuppetDB resource types'
|
||||||
license 'Apache'
|
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 'cprice404/inifile', '0.0.x'
|
||||||
dependency 'inkling/postgresql', '0.3.x'
|
dependency 'inkling/postgresql', '0.3.x'
|
||||||
|
|
Loading…
Reference in a new issue