Skip to content

Commit 9428e06

Browse files
author
marber
committed
we don't want wrapper.conf replaced at every run
1 parent cb01454 commit 9428e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/package/tarball.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@
8585
group => $group,
8686
mode => '0644',
8787
content => template('activemq/wrapper.conf.erb'),
88+
replace => 'no',
8889
require => [File["${home}/activemq"],File['/etc/init.d/activemq']],
8990
notify => Service['activemq'],
9091
}
9192
}
93+
# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2

0 commit comments

Comments
 (0)