Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Jul 6, 2016
1 parent 25393b9 commit 91a6631
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
###1.2.1

* Fix obsolete start/stop commands and systemd unit on RHEL7
* Support Epoch tag in package version
* Move information about tomcat user/group to the right place in the documentation
* Update default package versions (RHEL6)

###1.2.0

Enforce tomcat package version. `version` now takes a full package version when tomcat is installed from a package repository.
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
$systemd = true
}
'6' : {
$version = '6.0.24-83.el6_6'
$version = '6.0.24-90.el6'
$package_name = 'tomcat6'
# = epel repo =
# $version = '7.0.33-4.el6'
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aco-tomcat",
"summary": "Puppet module for Tomcat",
"author": "Antoine Cotten",
"version": "1.2.0",
"version": "1.2.1",
"license": "Apache-2.0",
"project_page": "https://github.com/antoineco/aco-tomcat",
"source": "git://github.com/antoineco/aco-tomcat.git",
Expand Down

0 comments on commit 91a6631

Please sign in to comment.