From 6783f377d6b8288e12bdb52b12730d3e4feec295 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Fri, 4 Sep 2026 09:02:36 -0500 Subject: [PATCH] docs(hooks): CHANGE GATE message points at mglpi [#767] Same as PFVCluster a024b78 follow-up: CR one-liner is the Go connector now. https://projects.knownelement.com/issues/767#note-4191 --- hooks/global/ticket-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/global/ticket-gate.sh b/hooks/global/ticket-gate.sh index 9e9bc2b..ae8580b 100755 --- a/hooks/global/ticket-gate.sh +++ b/hooks/global/ticket-gate.sh @@ -78,7 +78,7 @@ if [ "$TOOL" = "bash" ]; then printf '{"context":"Active CR: %s"}\n' "$(tr -d '\n' < "$CR_FILE")" else cat >&2 <<'EOF' -{"error":{"message":"CHANGE GATE: prod-target remote operation requires a filed GLPI Change. File one: echo 'what/why/where' | scripts/glpi-change.sh create --agent --title '[#NNN] summary' — then: echo '' > .crush/active-cr. Dev-lane targets (sectestbed/preprod/test/tsys5) are exempt. Clear with: > .crush/active-cr"}} +{"error":{"message":"CHANGE GATE: prod-target remote operation requires a filed GLPI Change. File one: echo 'what/why/where' | mglpi --config ~/.creds/mglpi-agent.env change create --title '[#NNN] summary' --content - — then: echo '' > .crush/active-cr. Dev-lane targets (sectestbed/preprod/test/tsys5) are exempt. Clear with: > .crush/active-cr"}} EOF exit 2 fi