From 47f8f540a655b3a439c5070046ce1619bde86dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 2 Jun 2026 15:37:21 -0400 Subject: [PATCH] Add tag mc_bootstrap to remote_host consul template watch --- site/profile/manifests/rsyslog.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/site/profile/manifests/rsyslog.pp b/site/profile/manifests/rsyslog.pp index 01c56c7d8..97b634272 100644 --- a/site/profile/manifests/rsyslog.pp +++ b/site/profile/manifests/rsyslog.pp @@ -16,6 +16,7 @@ destination => '/etc/rsyslog.d/99-remote_host.conf', command => 'systemctl restart rsyslog || true', }, + tag => ['mc_bootstrap'], } }