def run
    unless ::File.exist?(datastore['CONFIG'])
      fail_with Failure::BadConfig, "Arista config file #{datastore['CONFIG']} does not exist!"
    end
    arista_config = ::File.open(datastore['CONFIG'], 'rb')