class Kitchen::Provisioner::Dokken

def run_command

magic method name because we're subclassing ChefZero
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