Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Merge branch 'jb-backups-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbaarsen committed Oct 5, 2014
2 parents 02db6d1 + 051ca37 commit 12ae08c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vendor/cookbooks/backups/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@

if backup_node
deploy_user = backup_node[:deploy_user] || "deploy"
package "ruby-dev"

package "ruby1.9.1-dev"
package "libxml2-dev"
package "libxslt-dev"
gem_package "backup"

backup_node.each do |app, backup_info|
["/home/#{deploy_user}/Backup", "/home/#{deploy_user}/Backup/models"].each do |path|
directory path do
Expand Down

0 comments on commit 12ae08c

Please sign in to comment.