summaryrefslogtreecommitdiff
path: root/lib/chef/provider/deploy.rb
diff options
context:
space:
mode:
authorsdelano <stephen@opscode.com>2012-12-04 10:18:46 -0800
committersdelano <stephen@opscode.com>2012-12-13 11:27:52 -0800
commit855311ebae73ab36084009026d03a1afc61a0925 (patch)
treee5cd811d6a21bbf8b1ab6a4c58428688ff4e1c2a /lib/chef/provider/deploy.rb
parent22dbbc9966f5e5841fb6d41775f9b25e1428ed25 (diff)
downloadchef-855311ebae73ab36084009026d03a1afc61a0925.tar.gz
CHEF-3660: Add FileUtils::Entry_ monkey patch
This change is equivalent to the changes made to core Ruby at: - https://github.com/ruby/ruby/commit/7d89ecdc523aab7b9908501b6743da2c26a53825
Diffstat (limited to 'lib/chef/provider/deploy.rb')
-rw-r--r--lib/chef/provider/deploy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/deploy.rb b/lib/chef/provider/deploy.rb
index 11ca6ea2e3..91f12bde90 100644
--- a/lib/chef/provider/deploy.rb
+++ b/lib/chef/provider/deploy.rb
@@ -18,6 +18,7 @@
require "chef/mixin/command"
require "chef/mixin/from_file"
+require "chef/monkey_patches/fileutils"
require "chef/provider/git"
require "chef/provider/subversion"
require 'chef/dsl/recipe'