Add custom_etc and users last
Some checks failed
CI / test (push) Successful in 5m5s
Lint / test (push) Failing after 28s
Trivy / test (push) Successful in 18s

This commit is contained in:
Miguel Jacq 2025-12-15 16:46:39 +11:00
parent 651549b949
commit 4882ddff49
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 10 additions and 10 deletions

View file

@ -392,7 +392,7 @@ def harvest(bundle_dir: str, policy: Optional[SecretPolicy] = None) -> str:
)
# -------------------------
# Manual package roles
# Manually installed package roles
# -------------------------
manual_pkgs = list_manual_packages()
# Avoid duplicate roles: if a manual package is already managed by any service role, skip its pkg_<name> role.