Class: Kitchen::Provisioner::WindowsChefZero

Inherits:
ChefZero
  • Object
show all
Defined in:
lib/kitchen/provisioner/windows_chef_zero.rb

Overview

Windows Chef Zero provisioner.

Author:

Instance Method Summary collapse

Instance Method Details

#create_sandboxObject



23
24
25
26
27
28
29
# File 'lib/kitchen/provisioner/windows_chef_zero.rb', line 23

def create_sandbox
  super
  prepare_chef_client_zero_rb
  prepare_validation_pem
  prepare_client_rb
  prepare_run_script
end

#run_commandObject



31
32
33
# File 'lib/kitchen/provisioner/windows_chef_zero.rb', line 31

def run_command
  File.join(config[:root_path], "run_client.bat")
end