diff options
Diffstat (limited to 'personal_infra')
| -rw-r--r-- | personal_infra/puppet/site/clickhouse.h1.int.pdp7.net.pp | 4 |
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'] } |
