summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--puppet/modules/site_ca_daemon/manifests/init.pp1
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_ca_daemon/manifests/init.pp b/puppet/modules/site_ca_daemon/manifests/init.pp
index 86e186bb..8ba9c506 100644
--- a/puppet/modules/site_ca_daemon/manifests/init.pp
+++ b/puppet/modules/site_ca_daemon/manifests/init.pp
@@ -82,6 +82,7 @@ class site_ca_daemon {
cwd => '/srv/leap_ca_daemon',
command => '/bin/bash -c "/usr/bin/bundle check || /usr/bin/bundle install"',
unless => '/usr/bin/bundle check',
+ timeout => 600,
require => [ Class['bundler::install'], Vcsrepo['/srv/leap_ca_daemon'] ];
}
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp
index d59cebba..24c258dc 100644
--- a/puppet/modules/site_webapp/manifests/init.pp
+++ b/puppet/modules/site_webapp/manifests/init.pp
@@ -54,6 +54,7 @@ class site_webapp {
cwd => '/srv/leap-webapp',
command => '/bin/bash -c "/usr/bin/bundle check || /usr/bin/bundle install"',
unless => '/usr/bin/bundle check',
+ timeout => 600,
require => [ Class['bundler::install'], Vcsrepo['/srv/leap-webapp'] ];
}