We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f932b4e commit c1279c3Copy full SHA for c1279c3
manifests/init.pp
@@ -102,7 +102,7 @@
102
103
if $wrapper_logfile_maxfiles != undef {
104
augeas { 'activemq-logsizemaxfiles':
105
- changes => [ "set wrapper.logile.maxfiles {$wrapper_logfile_maxfiles}" ],
+ changes => [ "set wrapper.logile.maxfiles ${wrapper_logfile_maxfiles}" ],
106
incl => $wrapper,
107
lens => 'Properties.lns',
108
require => Anchor['activemq::package::end'],
0 commit comments