]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/backup/recipes/default.rb
Add test for backup cookbook
[chef.git] / cookbooks / backup / recipes / default.rb
index b596666f5ecbe86426f2194946f94ba321769767..794f8e51eb0494530df0bf23ba417e93c880dd78 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: backup
+# Cookbook:: backup
 # Recipe:: default
 #
-# 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.
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+include_recipe "accounts"
+
 package %w[
   perl
   libdate-calc-perl
@@ -26,6 +28,7 @@ directory "/store/backup" do
   owner "osmbackup"
   group "osmbackup"
   mode 0o2755
+  recursive true
 end
 
 cookbook_file "/usr/local/bin/expire-backups" do