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

Commit

Permalink
reintroduce minor changes lost during merging
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Feb 9, 2015
1 parent 7b13913 commit f671067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Enable multi-version tomcat installation
* New parameter `log_path`: define log directory
* Fix issue with generic init script always returning 0

###0.9.1

Expand Down
4 changes: 2 additions & 2 deletions manifests/instance.pp
Original file line number Diff line number Diff line change
Expand Up @@ -522,13 +522,13 @@

"instance ${name} logs directory":
ensure => directory,
path => "/var/log/${service_name_real}",
path => $log_path_real,
mode => '0660';

"instance ${name} logs symlink":
ensure => link,
path => "${catalina_base_real}/logs",
target => "/var/log/${service_name_real}",
target => $log_path_real,
mode => '0777',
force => true,
tag => 'instance_tree';
Expand Down

0 comments on commit f671067

Please sign in to comment.