From: Tom Hughes Date: Wed, 2 Nov 2022 21:17:45 +0000 (+0000) Subject: Fix resource attribute name X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/41c12d39c2b042bc631108181de77a162a799d13 Fix resource attribute name --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index eff5a0fee..c72e53cbd 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -159,7 +159,7 @@ systemd_service "promscale" do exec_start "/opt/promscale/bin/promscale --db.uri postgresql:///promscale?host=/run/postgresql&port=5432 --db.connections-max 400" limit_nofile 16384 private_tmp true - protect_devices true + private_devices true protect_system "strict" protect_home true no_new_privileges true