From a6a001c4b2bb147a3ef25f9058c48658bf1ef573 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 5 Sep 2013 14:23:15 -0400 Subject: require that shorewall is up before running bundler commands, it needs to pull things from git (#3756) Change-Id: If404452c54dedb7a39a910994dc68309257d351d --- puppet/modules/site_webapp/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp index 9c4c2693..b4d5bb14 100644 --- a/puppet/modules/site_webapp/manifests/init.pp +++ b/puppet/modules/site_webapp/manifests/init.pp @@ -49,7 +49,7 @@ class site_webapp { unless => '/usr/bin/bundle check', user => 'leap-webapp', timeout => 600, - require => [ Class['bundler::install'], Vcsrepo['/srv/leap/webapp'] ], + require => [ Class['bundler::install'], Vcsrepo['/srv/leap/webapp'], Service['shorewall'] ], notify => Service['apache']; } -- cgit v1.2.3