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'], } }