summaryrefslogtreecommitdiff
path: root/lib/chef/dsl/recipe.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-07-28 11:31:06 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-07-28 11:31:06 -0700
commit7b55a32d7ebc259db372080d5a1c42b207f0072d (patch)
tree3a0e346144609833456280e37e32b07f49ef2e08 /lib/chef/dsl/recipe.rb
parentd9b191e59a356c07d0976cf6cd6e4d97eac84079 (diff)
downloadchef-7b55a32d7ebc259db372080d5a1c42b207f0072d.tar.gz
add shell_out mixins to recipe DSL
Diffstat (limited to 'lib/chef/dsl/recipe.rb')
-rw-r--r--lib/chef/dsl/recipe.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/dsl/recipe.rb b/lib/chef/dsl/recipe.rb
index 6846703f09..23cfbd558c 100644
--- a/lib/chef/dsl/recipe.rb
+++ b/lib/chef/dsl/recipe.rb
@@ -28,6 +28,7 @@ class Chef
# objects via method calls.
module Recipe
+ include Chef::Mixin::ShellOut
include Chef::Mixin::ConvertToClassName
def method_missing(method_symbol, *args, &block)