aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-12-22 19:18:31 +0100
committeralexpdp7 <alex@corcoles.net>2025-12-22 18:19:07 +0000
commit60523c8a498e3753fcc4b373c56a15eee7b9da2b (patch)
tree53dda081bc2492dd5e5af315c7bba9ef5e552428 /personal_infra/puppet/site
parent8050f02cc6a0bd1055d5623820b2a8d7b9876f96 (diff)
Add missing refreshonly
Diffstat (limited to 'personal_infra/puppet/site')
-rw-r--r--personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp4
1 files changed, 3 insertions, 1 deletions
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']
}