X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5a2d5b94e553234f9224472d896cf899ef4973f7..f790f8c1fb14644fa8cbe397ea7b9727ead6ed67:/cookbooks/planet/recipes/replication.rb diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index fef4e017e..adb9bb7e1 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -40,6 +40,13 @@ remote_directory "/usr/local/bin" do files_mode 0755 end +template "/usr/local/bin/users-agreed" do + source "users-agreed.erb" + owner "root" + group "root" + mode 0755 +end + remote_directory "/store/planet/replication" do source "replication-cgi" owner "root"