summaryrefslogtreecommitdiffstats
path: root/lib/puppet/feature/stomp.rb
blob: 4a77c0a25d7eaeb07e2b34874071071b5c56006b (plain)
1
2
3
4
5
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})