]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Thu, 15 Jul 2021 23:59:27 +0000 (00:59 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 15 Jul 2021 23:59:27 +0000 (00:59 +0100)
cookbooks/prometheus/recipes/server.rb

index ad1894c06bb7498cca9bd58cefc553f9f21a48ec..822dfb19f0de37f29a87b69c4586354ad62ce415 100644 (file)
@@ -117,7 +117,7 @@ service "promscale" do
 end
 
 systemd_service "promscale-maintenance" do
-  description "Promscale Maintenace"
+  description "Promscale Maintenance"
   type "simple"
   user "prometheus"
   exec_start "/usr/bin/psql --command='CALL prom_api.execute_maintenance()' promscale"