
Working on group:stacked
  found in target/usr/share/holo/users-groups/01-first.toml
  found in target/usr/share/holo/users-groups/02-second.toml
      with type: system, GID: 1001

MOCK: groupadd --system --gid 1001 stacked

Working on user:stacked
  found in target/usr/share/holo/users-groups/01-first.toml
  found in target/usr/share/holo/users-groups/02-second.toml
      with type: system, UID: 1001, home: /home/stacked, login group: stacked, groups: bar,baz,foo, login shell: /bin/bash, comment: Stacked User

MOCK: useradd --system --uid 1001 --comment 'Stacked User' --home-dir /home/stacked --gid stacked --groups bar,baz,foo --shell /bin/bash stacked

exit status 0
