diff options
| author | Tyler Mercier <tylermercier@gmail.com> | 2013-07-24 20:12:39 -0600 |
|---|---|---|
| committer | Tyler Mercier <tylermercier@gmail.com> | 2013-07-24 20:12:39 -0600 |
| commit | 1f58ab205c1e255d2671895a209fb3322113f940 (patch) | |
| tree | ac261fe78968e1ac0fa83b05bdc2aec9be6dad6a /config/recipes/postgresql.rb | |
| parent | 9f32eb099c59b4d0d702e557257cf524c0b34b4c (diff) | |
deployments are now working
Diffstat (limited to 'config/recipes/postgresql.rb')
| -rw-r--r-- | config/recipes/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/recipes/postgresql.rb b/config/recipes/postgresql.rb index 19d9863..5cc405f 100644 --- a/config/recipes/postgresql.rb +++ b/config/recipes/postgresql.rb @@ -6,7 +6,7 @@ set_default(:postgresql_database) { "#{application}_production" } namespace :postgresql do desc "Install the latest stable release of PostgreSQL." task :install, roles: :db, only: {primary: true} do - run "#{sudo} add-apt-repository ppa:pitti/postgresql" + run "#{sudo} add-apt-repository -y ppa:pitti/postgresql" run "#{sudo} apt-get -y update" run "#{sudo} apt-get -y install postgresql libpq-dev" end |
