summaryrefslogtreecommitdiff
path: root/config/recipes/postgresql.rb
diff options
context:
space:
mode:
authorTyler Mercier <tylermercier@gmail.com>2013-07-26 11:38:16 -0600
committerTyler Mercier <tylermercier@gmail.com>2013-07-26 11:38:16 -0600
commit5e5a390f7860eb8f5c0a56bb617353adae98faed (patch)
treec68e7d56602113f8a1a3d687d0064af1e73c330f /config/recipes/postgresql.rb
parentf6f238c88a0324a3ee60783479e35671b50bdf32 (diff)
add monit recipe
Diffstat (limited to 'config/recipes/postgresql.rb')
-rw-r--r--config/recipes/postgresql.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/recipes/postgresql.rb b/config/recipes/postgresql.rb
index 5cc405f..1158b6e 100644
--- a/config/recipes/postgresql.rb
+++ b/config/recipes/postgresql.rb
@@ -2,6 +2,7 @@ set_default(:postgresql_host, "localhost")
set_default(:postgresql_user) { application }
set_default(:postgresql_password) { Capistrano::CLI.password_prompt "PostgreSQL Password: " }
set_default(:postgresql_database) { "#{application}_production" }
+set_default(:postgresql_pid) { "/var/run/postgresql/9.1-main.pid" }
namespace :postgresql do
desc "Install the latest stable release of PostgreSQL."