Showing with 53 additions and 3 deletions.
  1. +5 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +47 −2 metadata.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##2014-08-20 - Release 0.1.2
###Summary

This release adds compatibility information and updates the README with information on the requirement of augeas >= 1.0.0.

##2014-08-14 - Release 0.1.1
###Summary

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ Specifies the source to deploy the WAR from. Currently supports http(s)://, pupp

##Limitations

This module only supports Tomcat installations on \*nix systems.
This module only supports Tomcat installations on \*nix systems. The `tomcat::config::server*` defines require augeas >= 1.0.0.

##Development

Expand Down
49 changes: 47 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,58 @@
{
"name": "puppetlabs-tomcat",
"version": "0.1.1",
"version": "0.1.2",
"author": "puppetlabs",
"summary": "Puppet module for managing Apache Tomcat.",
"license": "Apache 2.0",
"source": "http://github.com/puppetlabs/puppetlabs-tomcat",
"project_page": "https://github.com/puppetlabs/puppetlabs-tomcat",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
Expand All @@ -22,4 +68,3 @@
}
]
}