From 60523c8a498e3753fcc4b373c56a15eee7b9da2b Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 22 Dec 2025 19:18:31 +0100 Subject: Add missing refreshonly --- personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'personal_infra/puppet') diff --git a/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp b/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp index edefe23f..147e0502 100644 --- a/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp @@ -70,7 +70,9 @@ node 'clickhouse.h1.int.pdp7.net' { , } ~> - exec {'/usr/bin/systemctl daemon-reload':} + exec {'/usr/bin/systemctl daemon-reload': + refreshonly => true, + } ~> Service['otelcol-contrib'] } -- cgit v1.2.3