class Kitchen::Provisioner::Apt

Apt Provisioner This makes sure that aptitude is up-to-date at the beginning of the chef run before cookbooks are pulled in.

Public Instance Methods

run_command() click to toggle source
# File lib/kitchen/provisioner/apt.rb, line 11
def run_command
  "#{sudo("aptitude")} update"
end