class Pfm::Command::ValidatorCommands::ServerBuild

def lint_packer

def lint_packer
  Packer::Binary.validate("#{@build_config.dump_build_vars} #{@config[:build_template]}")
rescue Packer::Binary::Command::CommandFailure
  @failure = true
end