X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eccb2fd351faa65302c80a86f5ba6798ecd0d90c..66c8810de3626826ca758bf47b0def637254c97c:/cookbooks/web/recipes/gpx.rb diff --git a/cookbooks/web/recipes/gpx.rb b/cookbooks/web/recipes/gpx.rb index f74ac5036..59d5bc1de 100644 --- a/cookbooks/web/recipes/gpx.rb +++ b/cookbooks/web/recipes/gpx.rb @@ -79,7 +79,7 @@ systemd_service "gpx-import" do pid_file "#{pid_directory}/gpx-import.pid" end -if %w(database_offline database_readonly gpx_offline).include?(node[:web][:status]) +if %w[database_offline database_readonly gpx_offline].include?(node[:web][:status]) service "gpx-import" do action :stop end