diff --git a/cmd/app/app.go b/cmd/app/app.go index 6340ed90..d702215e 100644 --- a/cmd/app/app.go +++ b/cmd/app/app.go @@ -172,6 +172,14 @@ func parse(id string, base *check.Absolute, r io.Reader) (*hst.Config, error) { } switch key { + case "username": + c.Container.Username = value + continue + + case "hostname": + c.Container.Hostname = value + continue + case "group": c.Groups = append(c.Groups, value) continue