class Kitchen::Provisioner::Dokken

def run_command

patching Kitchen::Provisioner::ChefZero#run_command
def run_command
  cmd = '/opt/chef/embedded/bin/chef-client'
  cmd << ' -z'
  cmd << ' -c /opt/kitchen/client.rb'
  cmd << ' -j /opt/kitchen/dna.json'
  cmd << ' -l warn'
  cmd << ' -F doc'
end