From 1cd4af5838028b76397d7b1a408fed9ba765b435 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 29 Oct 2024 16:47:36 -0400 Subject: [PATCH] lang: core: embedded: provisioner: Keep this message separate Don't autogroup it with others. --- lang/core/embedded/provisioner/main.mcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/core/embedded/provisioner/main.mcl b/lang/core/embedded/provisioner/main.mcl index 69d87a52..34dfd92c 100644 --- a/lang/core/embedded/provisioner/main.mcl +++ b/lang/core/embedded/provisioner/main.mcl @@ -257,6 +257,8 @@ class base($config) { print "ready" { msg => "ready to provision!", + Meta:autogroup => false, + Depend => Tftp:Server[":69"], Depend => Dhcp:Server[":67"], Depend => Http:Server[":${http_port_str}"],