summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2013-07-17 13:01:32 -0700
committersersut <serdar@opscode.com>2013-11-06 14:51:05 -0800
commit9738f14709727641e7a1ca523037eb3c0b01face (patch)
tree3ad3aa60cd7f6ff68813462a0f7484cc355f14d1
parent6a64d89cd2f5f38c9e0175c5d1269951f0ee0c39 (diff)
downloadchef-9738f14709727641e7a1ca523037eb3c0b01face.tar.gz
Merge pull request #899 from juliandunn/CHEF-4380
[CHEF-4380] Fix missing include on shellout mixin
-rw-r--r--chef/lib/chef/provider/package/yum.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/lib/chef/provider/package/yum.rb b/chef/lib/chef/provider/package/yum.rb
index b7eaa37bf7..233e949e12 100644
--- a/chef/lib/chef/provider/package/yum.rb
+++ b/chef/lib/chef/provider/package/yum.rb
@@ -947,6 +947,7 @@ class Chef
end # YumCache
include Chef::Mixin::GetSourceFromPackage
+ include Chef::Mixin::ShellOut
def initialize(new_resource, run_context)
super