Update CHANGELOG for 0.0.1 release
Also make sure module metadata is ready to go.
This commit is contained in:
2
CHANGELOG
Normal file
2
CHANGELOG
Normal file
@@ -0,0 +1,2 @@
|
||||
2011-05-24 Jeff McCune <jeff@puppetlabs.com> - 0.0.1
|
||||
* Initial release
|
||||
12
Modulefile
12
Modulefile
@@ -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'
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -19,7 +19,7 @@ class java(
|
||||
|
||||
class { 'java::jre_package':
|
||||
version => $version_real,
|
||||
stage => 'deploy',
|
||||
stage => 'runtime',
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user