Skip to content

Commit

Permalink
fix template for log4j.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jul 12, 2023
1 parent d2848f9 commit 14db97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The module is designed for Hiera, so there may be some rough edges when used wit

### Basic usage

The minimum configuration should at least specify the admin password, the desired version and the checksum of the distribution archive.
The minimum configuration should at least specify the admin password, the desired version and the checksum of the distribution archive (bin.tar.gz).
The checksum is available from ActiveMQ's [download page](https://activemq.apache.org/components/artemis/download/).

```puppet
Expand Down
2 changes: 1 addition & 1 deletion manifests/instance.pp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
file { "instance ${name} log4j2.properties":
path => $log4j_properties,
mode => '0644',
content => epp($activemq::logging_template,{
content => epp($activemq::log4j_template,{
'log4j_level' => $log4j_level,
}),
require => [
Expand Down

0 comments on commit 14db97a

Please sign in to comment.