#
-# Cookbook Name:: planet
+# Cookbook:: planet
# Recipe:: dump
#
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# limitations under the License.
#
+include_recipe "accounts"
include_recipe "osmosis"
db_passwords = data_bag_item("db", "passwords")
package "ruby-dev"
package "ruby-libxml"
-package "libpq-dev"
-gem_package "pg"
-
package "make"
package "gcc"
+package "libpq-dev"
+
+gem_package "pg"
remote_directory "/opt/flush" do
source "flush"
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"