refactor: remove hyperhive.role option — there is only one role: agent
This commit is contained in:
parent
d35408a18d
commit
41eb3f806c
23 changed files with 105 additions and 229 deletions
|
|
@ -340,9 +340,7 @@ fn backfill_manager_tool_groups(names: &[String]) {
|
|||
}
|
||||
let existing = tool_groups::groups_for(MANAGER_NAME);
|
||||
if !existing.is_empty() {
|
||||
tracing::debug!(
|
||||
"migration: ruth already has explicit tool groups — skipping backfill"
|
||||
);
|
||||
tracing::debug!("migration: ruth already has explicit tool groups — skipping backfill");
|
||||
return;
|
||||
}
|
||||
let all_groups: Vec<String> = hive_sh4re::ToolGroup::MANAGER_DEFAULT
|
||||
|
|
|
|||
Loading…
Reference in a new issue