Skip to content

Commit

Permalink
internal/blueprint: add ExpireDate to UserCustomization
Browse files Browse the repository at this point in the history
Just to make osbuild-composer compile, this field is not functional yet.
  • Loading branch information
croissanne committed Mar 28, 2024
1 parent 1ce7207 commit 3be2c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/blueprint/customizations.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ type UserCustomization struct {
Groups []string `json:"groups,omitempty" toml:"groups,omitempty"`
UID *int `json:"uid,omitempty" toml:"uid,omitempty"`
GID *int `json:"gid,omitempty" toml:"gid,omitempty"`
ExpireDate *int `json:"expiredate,omitempty" toml:"expiredate,omitempty"`
}

type GroupCustomization struct {
Expand Down

0 comments on commit 3be2c92

Please sign in to comment.