]> git.openstreetmap.org Git - chef.git/commitdiff
Fix resource attribute name
authorTom Hughes <tom@compton.nu>
Wed, 2 Nov 2022 21:17:45 +0000 (21:17 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 2 Nov 2022 21:17:45 +0000 (21:17 +0000)
cookbooks/prometheus/recipes/server.rb

index eff5a0fee331b5a5fcd8ccda14a39857888874a3..c72e53cbd03d0edaf5b04d3c5e53e1844426d5b6 100644 (file)
@@ -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