Skip to content

Commit c1279c3

Browse files
author
marber
committed
typo
1 parent f932b4e commit c1279c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
if $wrapper_logfile_maxfiles != undef {
104104
augeas { 'activemq-logsizemaxfiles':
105-
changes => [ "set wrapper.logile.maxfiles {$wrapper_logfile_maxfiles}" ],
105+
changes => [ "set wrapper.logile.maxfiles ${wrapper_logfile_maxfiles}" ],
106106
incl => $wrapper,
107107
lens => 'Properties.lns',
108108
require => Anchor['activemq::package::end'],

0 commit comments

Comments
 (0)