file      0644 ./etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin
adm:x:4:root,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon
mem:x:8:
kmem:x:9:
wheel:x:10:root
users:x:100:
test:x:101:
----------------------------------------
symlink   0777 ./etc/holorc
../../../holorc
----------------------------------------
file      0644 ./etc/passwd
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/usr/bin/nologin
daemon:x:2:2:daemon:/:/usr/bin/nologin
mail:x:8:12:mail:/var/spool/mail:/usr/bin/nologin
ftp:x:14:11:ftp:/srv/ftp:/usr/bin/nologin
http:x:33:33:http:/srv/http:/usr/bin/nologin
uuidd:x:68:68:uuidd:/:/usr/bin/nologin
dbus:x:81:81:dbus:/:/usr/bin/nologin
nobody:x:99:99:nobody:/:/usr/bin/nologin
test:x:1001:100:This is the comment set by another program.:/home/test:/bin/bash
----------------------------------------
file      0644 ./usr/share/holo/users-groups/01-initial.toml
[[group]]
name = "test"

[[user]]
name = "test"
----------------------------------------
file      0644 ./usr/share/holo/users-groups/02-added.toml
[[group]]
name = "test"
gid  = 123

[[user]]
name    = "test"
comment = "This comment is set by Holo."
shell   = "/bin/zsh"

[[user]]
name   = "root"
groups = ["tty"]
----------------------------------------
file      0644 ./var/lib/holo/users-groups/base/group:test.toml
[[group]]
name = "test"
----------------------------------------
file      0644 ./var/lib/holo/users-groups/base/user:test.toml
[[user]]
name = "test"
----------------------------------------
file      0644 ./var/lib/holo/users-groups/provisioned/group:test.toml
[[group]]
name = "test"
gid = 101
----------------------------------------
file      0644 ./var/lib/holo/users-groups/provisioned/user:test.toml
[[user]]
name = "test"
uid = 1001
home = "/home/test"
group = "users"
shell = "/bin/bash"
----------------------------------------
