Skip to content
Snippets Groups Projects
Commit 2b1e79d4 authored by kaiyou's avatar kaiyou
Browse files

Try being more conservative about vpn dependencies

parent 3799f681
No related branches found
No related tags found
No related merge requests found
Pipeline #29176 passed
......@@ -10,7 +10,7 @@ import (
var memberlist = &Unit{
Name: "memberlist",
// Depend on the vpn so the vpn key is properly populated before we start broadcasting any node metadata
Dependencies: []*Unit{},
Dependencies: []*Unit{vpn},
Run: func(u *Unit, c *Cluster, ctx context.Context) error {
ml := sml.New[HeptoMeta, HeptoState](
c.thisNode.Name, c.thisNode.PublicIP.AsSlice(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment