Class: Kitchen::Provisioner::WindowsChefZero
- Inherits:
-
ChefZero
- Object
- ChefZero
- Kitchen::Provisioner::WindowsChefZero
- Defined in:
- lib/kitchen/provisioner/windows_chef_zero.rb
Overview
Windows Chef Zero provisioner.
Instance Method Summary collapse
Instance Method Details
#create_sandbox ⇒ Object
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_command ⇒ Object
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 |