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



17
18
19
20
21
22
23
# File 'lib/kitchen/provisioner/windows_chef_zero.rb', line 17

def create_sandbox
  super
  prepare_chef_client_zero_rb
  prepare_validation_pem
  prepare_client_rb
  prepare_run_script
end

#run_commandObject



25
26
27
# File 'lib/kitchen/provisioner/windows_chef_zero.rb', line 25

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