X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d9ce053b71c151916fa8764b44a6058f827d3146..cac6ace6749429cdc77d0f1c0bac4890838d0861:/cookbooks/planet/recipes/replication.rb diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index b23c00f36..f1be1d0d0 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -127,6 +127,12 @@ directory "/etc/replication" do mode 0o755 end +directory "/var/run/lock/changeset-replication/" do + owner "planet" + group "planet" + mode 0o750 +end + template "/etc/replication/auth.conf" do source "replication.auth.erb" user "root"