Skip to content

Commit

Permalink
Merge pull request #2145 from ripienaar/2142.1
Browse files Browse the repository at this point in the history
(#2142) change maintenance event name
  • Loading branch information
ripienaar authored Mar 17, 2024
2 parents 6226136 + cb20bc4 commit a2c90b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion providers/autoagents/plugins/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package plugins

import (
"fmt"

"github.com/choria-io/go-choria/aagent/machine"
"github.com/choria-io/go-choria/aagent/plugin"
"github.com/choria-io/go-choria/aagent/watchers"
Expand Down Expand Up @@ -37,7 +38,7 @@ func ChoriaPlugin(cfg *config.Config) (*plugin.MachinePlugin, error) {
MachineVersion: build.Version,
Transitions: []*machine.Transition{
{
Name: "enter_maintenance",
Name: "maintenance",
From: []string{"MANAGE"},
Destination: "MAINTENANCE",
Description: "Stops actively managing plugins",
Expand Down

0 comments on commit a2c90b7

Please sign in to comment.