Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 78c8332

Browse files
committed
Merge pull request #360 from sdodson/bz1170055
Bug 1170055 - [puppet]activemq service is not running after installing m...
2 parents c3ade2a + 10ed36e commit 78c8332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/msgserver.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
}
102102

103103
service { 'activemq':
104+
ensure => running,
104105
require => File['activemq.xml config','jetty.xml config','jetty-realm.properties config'],
105106
hasstatus => true,
106107
hasrestart => true,

0 commit comments

Comments
 (0)