diff options
author | Jesse Campbell <hikeit@gmail.com> | 2013-02-05 16:13:22 -0500 |
---|---|---|
committer | Jesse Campbell <hikeit@gmail.com> | 2013-02-05 16:13:22 -0500 |
commit | 069935d14b1e3377cf344e2a519e9c570d0be8c5 (patch) | |
tree | feb3fa3d429e0e82b9e272d5fa342df823d30ca7 /lib/chef/providers.rb | |
parent | 4e31c205ec003734b4ed03ed57121fb4e896afb6 (diff) | |
download | chef-069935d14b1e3377cf344e2a519e9c570d0be8c5.tar.gz |
Fix remote_file namespacing
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index be3f487ca3..fa48f79943 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -99,5 +99,7 @@ require 'chef/provider/mount/windows' require 'chef/provider/deploy/revision' require 'chef/provider/deploy/timestamped' +require 'chef/provider/remote_file/ftp' + require "chef/provider/lwrp_base" require 'chef/provider/registry_key' |