summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2015-05-29 18:03:37 -0700
committerNoah Kantrowitz <noah@coderanger.net>2015-05-29 18:03:37 -0700
commit0bf9fda2b7224db4005aeda9cf2efb00ba6fb51b (patch)
tree8a20227ac9cacb776af3eb14daaa0080f629271a /lib/chef/dsl
parentdec356f59e9aaa37e30aee49b0e23ce1e3f41a12 (diff)
parentbcb812deffae37b15513bfcff448b95c7be4b265 (diff)
downloadchef-0bf9fda2b7224db4005aeda9cf2efb00ba6fb51b.tar.gz
Merge branch 'master' into nameless
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r--lib/chef/dsl/recipe.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/dsl/recipe.rb b/lib/chef/dsl/recipe.rb
index 97f5088b5d..77646376ba 100644
--- a/lib/chef/dsl/recipe.rb
+++ b/lib/chef/dsl/recipe.rb
@@ -21,6 +21,7 @@ require 'chef/mixin/convert_to_class_name'
require 'chef/exceptions'
require 'chef/resource_builder'
require 'chef/mixin/shell_out'
+require 'chef/mixin/powershell_out'
require 'chef/dsl/resources'
require 'chef/dsl/definitions'
@@ -33,6 +34,7 @@ class Chef
module Recipe
include Chef::Mixin::ShellOut
+ include Chef::Mixin::PowershellOut
# method_missing must live for backcompat purposes until Chef 13.
def method_missing(method_symbol, *args, &block)