diff --git a/README.md b/README.md index 8d442b3..093b1e6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifests/instance.pp b/manifests/instance.pp index a0bd813..0d62b53 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -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 => [