1
// Copyright 2013 Canonical Ltd.
2
// Licensed under the AGPLv3, see LICENCE file for details.
10
// MongoStoragePath returns the path that is used to
11
// retrieve the given version of mongodb in a Storage.
12
func MongoStoragePath(series, architecture string) string {
13
return fmt.Sprintf("tools/mongo-2.2.0-%s-%s.tgz", series, architecture)