Created
July 23, 2013 15:24
-
-
Save madAndroid/6063264 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/puppet/scalefactory.com/modules/sf_activemq/templates/activemq.xml b/puppet/scalefactory.com/modules/sf_activemq/templates/activemq.xml | |
index 1cf1439..8821337 100644 | |
--- a/puppet/scalefactory.com/modules/sf_activemq/templates/activemq.xml | |
+++ b/puppet/scalefactory.com/modules/sf_activemq/templates/activemq.xml | |
@@ -15,7 +15,7 @@ | |
<!-- | |
The <broker> element is used to configure the ActiveMQ broker. | |
--> | |
- <broker xmlns="http://activemq.apache.org/schema/core" brokerName="<%= broker_name %>" dataDirectory="${activemq.base}/data" <% if @operatingsystem != 'Debian' %>destroyApplicationContextOnStop="true"<% end | |
+ <broker xmlns="http://activemq.apache.org/schema/core" brokerName="<%= broker_name %>" dataDirectory="${activemq.base}/data"> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment