Skip to content

Commit

Permalink
adding in a sym link
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Stolt committed Jun 25, 2009
1 parent 927ec0d commit 93282d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cookbooks/postgres/recipes/default.rb
Expand Up @@ -57,4 +57,10 @@
:db_pass => user[:password]
})
end

execute "custom-symlinks" do
command "ln -nfs /data/#{app_name}/current/config/database.yml /data/#{app_name}/shared/config/database.yml.psql
action :run
user #{user[:username]}
end
end

0 comments on commit 93282d7

Please sign in to comment.