diff options
author | elijah <elijah@riseup.net> | 2014-06-22 12:26:45 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-22 12:26:45 -0700 |
commit | 897815dc5a3a058b3210b76eb74a3dfae9b9165c (patch) | |
tree | bdcc23f649e585d5e2e43cb721b58a2a730d4b85 /puppet/modules/site_webapp/manifests | |
parent | c62c9c2e63cfc82fc57f321609e407cfeabd9cdf (diff) | |
parent | 2a3b4ec1bc522409d4dc8d2e7750344de41acb50 (diff) |
Merge branch 'feature/webapp' into develop
Diffstat (limited to 'puppet/modules/site_webapp/manifests')
-rw-r--r-- | puppet/modules/site_webapp/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp index d6f1d7ae..08618457 100644 --- a/puppet/modules/site_webapp/manifests/init.pp +++ b/puppet/modules/site_webapp/manifests/init.pp @@ -52,8 +52,8 @@ class site_webapp { exec { 'bundler_update': cwd => '/srv/leap/webapp', - command => '/bin/bash -c "/usr/bin/bundle check || /usr/bin/bundle install --path vendor/bundle --without test development"', - unless => '/usr/bin/bundle check', + command => '/bin/bash -c "/usr/bin/bundle check --path vendor/bundle || /usr/bin/bundle install --path vendor/bundle --without test development"', + unless => '/usr/bin/bundle check --path vendor/bundle', user => 'leap-webapp', timeout => 600, require => [ |