fleet/orbit/pkg/update/options_linux_amd64.go

15 lines
318 B
Go
Raw Normal View History

package update
import (
"github.com/theupdateframework/go-tuf/client"
)
var defaultOptions = Options{
RootDirectory: "/opt/orbit",
ServerURL: defaultURL,
RootKeys: defaultRootKeys,
LocalStore: client.MemoryLocalStore(),
InsecureTransport: false,
Targets: LinuxTargets,
}