Class: Kitchen::Provisioner::ChefZeroScheduledTask

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

Overview

Chef Zero provisioner to run in scheduled task on Windows

Instance Method Summary collapse

Instance Method Details

#install_commandObject



29
30
31
32
33
34
35
# File 'lib/kitchen/provisioner/chef_zero_scheduled_task.rb', line 29

def install_command
  warn "This provisioner has been deprecated."
  warn "This is will run the default ChefZero provisioner."
  warn "The WinRM transport in Test-Kitchen 1.8 or newer now supports using scheduled tasks to run commands."
  warn "To execute this in a scheduled task, `elvated:true` in the transport configuration."
  super
end