#
-# Cookbook Name:: planet
+# Cookbook:: planet
# Recipe:: notes
#
-# 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.
db_passwords = data_bag_item("db", "passwords")
-package "python-psycopg2"
-package "python-lxml"
+package %w[
+ pbzip2
+ python-psycopg2
+ python-lxml
+]
directory "/opt/planet-notes-dump" do
owner "root"