summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-01-04 17:11:56 -0800
committerJohn McCrae <john.mccrae@progress.com>2022-01-31 15:54:55 -0800
commit7b04f8cef9be778477b78fcd572c5058fb97d9b2 (patch)
treef970fe8cd6f12e6d49d0926f2aeff3ff5959b908 /spec
parent0c8145f28343fa8577294065d71c3299c8cc100a (diff)
downloadchef-7b04f8cef9be778477b78fcd572c5058fb97d9b2.tar.gz
Updated the chef client to retrieve certs from the Windows registry. Tests included. This is PR3 since I keep trashing them
Signed-off-by: John McCrae <john.mccrae@progress.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/functional/resource/dsc_script_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/functional/resource/dsc_script_spec.rb b/spec/functional/resource/dsc_script_spec.rb
index 6aee29133f..153182f613 100644
--- a/spec/functional/resource/dsc_script_spec.rb
+++ b/spec/functional/resource/dsc_script_spec.rb
@@ -17,6 +17,7 @@
#
require "spec_helper"
+require "chef-powershell"
require "chef/mixin/powershell_exec"
require "chef/mixin/windows_architecture_helper"
require "support/shared/integration/integration_helper"