summaryrefslogtreecommitdiffstats
path: root/lib/puppet/feature/ssh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/feature/ssh.rb')
-rw-r--r--lib/puppet/feature/ssh.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/feature/ssh.rb b/lib/puppet/feature/ssh.rb
new file mode 100644
index 000000000..82fe19882
--- /dev/null
+++ b/lib/puppet/feature/ssh.rb
@@ -0,0 +1,4 @@
+require 'puppet/util/feature'
+
+Puppet.features.rubygems?
+Puppet.features.add(:ssh, :libs => %{net/ssh})