X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b75beef9a192ca60ed4a0c41417d4e944cea02be..4ba3fbff0422b89c6b5abb933b4b132f0f3190ab:/cookbooks/planet/recipes/replication.rb diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index 25fe9671d..8e309246a 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -69,6 +69,23 @@ template "/usr/local/bin/users-agreed" do mode 0o755 end +template "/usr/local/bin/users-deleted" do + source "users-deleted.erb" + owner "root" + group "root" + mode 0o755 +end + +remote_directory "/store/planet/users_deleted" do + source "users_deleted" + owner "planet" + group "planet" + mode 0o755 + files_owner "root" + files_group "root" + files_mode 0o644 +end + remote_directory "/store/planet/replication" do source "replication-cgi" owner "root"