]> git.openstreetmap.org Git - chef.git/commitdiff
Correct path to lock directory
authorTom Hughes <tom@compton.nu>
Fri, 4 Dec 2020 00:03:28 +0000 (00:03 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 4 Dec 2020 00:03:28 +0000 (00:03 +0000)
Closes #368

cookbooks/planet/templates/default/changesets.conf.erb

index d315cbc382bc4014fed557a0b3774fc112a2c95b..48422054f4459fc8f72895d973a07659437c0f5e 100644 (file)
@@ -1,4 +1,4 @@
 state_file: /store/planet/replication/changesets/state.yaml
 db: host=<%= node[:web][:database_host] %> dbname=openstreetmap user=planetdiff password=<%= @password %>
 data_dir: /store/planet/replication/changesets
-lock_file: /run/lock/replication/changesets.lock
+lock_file: /run/replication/changesets.lock