Signed-off-by: Luke Kanies <[email protected]>
---
 lib/puppet/feature/rubygems.rb |    6 ++++++
 lib/puppet/feature/stomp.rb    |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 lib/puppet/feature/rubygems.rb
 create mode 100644 lib/puppet/feature/stomp.rb

diff --git a/lib/puppet/feature/rubygems.rb b/lib/puppet/feature/rubygems.rb
new file mode 100644
index 0000000..639524f
--- /dev/null
+++ b/lib/puppet/feature/rubygems.rb
@@ -0,0 +1,6 @@
+#  Created by Luke Kanies on 2006-11-07.
+#  Copyright (c) 2006. All rights reserved.
+
+require 'puppet/util/feature'
+
+Puppet.features.add(:rubygems, :libs => "rubygems")
diff --git a/lib/puppet/feature/stomp.rb b/lib/puppet/feature/stomp.rb
new file mode 100644
index 0000000..4a77c0a
--- /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})
-- 
1.6.1


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to