v2.2
Changes:
- User definitions now have a new flag
SkipBaseGroups
which, if set, causesholo-build
to ignore existing auxiliary groups that this user is in before the firstholo apply
of this user. - Fix a bug where user definitions previously behaved as if
SkipBaseGroups = true
, even if the intention always was to behave likeSkipBaseGroups = false
(which is the default). - Fix a bug where
user:root
could not be provisioned to because the user ID 0 was misinterpreted as "no UID".