profile: inherit ticket tools across roles

This commit is contained in:
2026-07-18 21:59:58 +09:00
parent 5f651755d8
commit 23234b96ca
6 changed files with 12 additions and 21 deletions
-1
View File
@@ -8,7 +8,6 @@ import "./default.dcdl" // {
memory = { enabled = true; };
web = { enabled = true; };
workers = { enabled = false; };
ticket = { enabled = true; access = "lifecycle"; };
ticket_orchestration = { enabled = false; };
};
}