You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Say that tpkg a writes a file to /home/t/etc/a
Say that tpkg b writes a file to /home/t/etc/b
Tpkg a specifies:
file_defaults:
posix:
owner: t
group: roleusers
Tpkg b specifies (or has no file_defaults):
file_defaults:
Tpkg a is installed first. Ownership of the /home/t and /home/t/etc are now set to t:roleusers
Tpkg b is installed second. Ownership of /home/t is now root:root and /home/t/etc is now owned by root:root