summaryrefslogtreecommitdiffstats
path: root/lib/puppet/feature/stomp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/feature/stomp.rb')
-rw-r--r--lib/puppet/feature/stomp.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/puppet/feature/stomp.rb b/lib/puppet/feature/stomp.rb
new file mode 100644
index 000000000..4a77c0a25
--- /dev/null
+++ b/lib/puppet/feature/stomp.rb
@@ -0,0 +1,6 @@
+require 'puppet/util/feature'
+
+# We want this to load if possible, but it's not automatically
+# required.
+Puppet.features.rubygems?
+Puppet.features.add(:stomp, :libs => %{stomp})