diff options
Diffstat (limited to 'lib/puppet/feature/stomp.rb')
| -rw-r--r-- | lib/puppet/feature/stomp.rb | 6 |
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}) |
