summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-04-06 10:26:56 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-04-06 10:26:56 -0700
commitd5894aaa66fc0e3ac9c87bca44cd8405fcf8851b (patch)
treefd474c11b4ad8410f583a87eeae263bc3e8f1ad1 /lib/chef/providers.rb
parent5d1a312bbbfc651d4ee4dce1e8fe923002c8aaea (diff)
parent5865d4606ec7a116f09df0f78479fb0a5c7def99 (diff)
downloadchef-d5894aaa66fc0e3ac9c87bca44cd8405fcf8851b.tar.gz
Merge pull request #4750 from jkerry/SFTP_Remote_File_Support
Sftp remote file support
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 80fadfc8c2..f1c836614d 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -125,6 +125,7 @@ require "chef/provider/deploy/revision"
require "chef/provider/deploy/timestamped"
require "chef/provider/remote_file/ftp"
+require "chef/provider/remote_file/sftp"
require "chef/provider/remote_file/http"
require "chef/provider/remote_file/local_file"
require "chef/provider/remote_file/network_file"