Update CHANGELOG for 0.0.1 release

Also make sure module metadata is ready to go.
This commit is contained in:
Jeff McCune
2011-05-24 11:56:15 -07:00
parent 6e58695a1b
commit 860b400dbc
4 changed files with 14 additions and 9 deletions

2
CHANGELOG Normal file
View File

@@ -0,0 +1,2 @@
2011-05-24 Jeff McCune <jeff@puppetlabs.com> - 0.0.1
* Initial release

View File

@@ -1,11 +1,11 @@
name 'puppetlabs-java'
version '0.0.1'
source 'UNKNOWN'
source 'git://github.com/puppetlabs/puppetlabs-java'
author 'puppetlabs'
license 'UNKNOWN'
summary 'UNKNOWN'
description 'UNKNOWN'
project_page 'UNKNOWN'
license 'Apache'
summary 'Manage the official Java runtime'
description 'Manage the official Java runtime'
project_page 'https://github.com/puppetlabs/puppetlabs-java'
## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
dependency 'puppetlabs/stdlib', '>= 0.1.2'

View File

@@ -1,3 +1,6 @@
java
# Java #
Manage the Java runtime for use with other application software.
Currently this simply deploys the package on Enterprise Linux based systems.
This is the java module.

View File

@@ -19,7 +19,7 @@ class java(
class { 'java::jre_package':
version => $version_real,
stage => 'deploy',
stage => 'runtime',
}
}