Skip to content

Instantly share code, notes, and snippets.

@madAndroid
Created July 23, 2013 15:24
Show Gist options
  • Save madAndroid/6063264 to your computer and use it in GitHub Desktop.
Save madAndroid/6063264 to your computer and use it in GitHub Desktop.
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