Skip to content

Commit

Permalink
Merge pull request #1273 from rhelmer/bug871056-apache2-intermittent-…
Browse files Browse the repository at this point in the history
…failure

Bug871056 apache2 intermittent failure
  • Loading branch information
rhelmer committed Jun 5, 2013
2 parents 928c8e8 + 98d9821 commit 047fd24
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions puppet/manifests/classes/socorro-base.pp
Expand Up @@ -236,9 +236,7 @@
alias => 'socorro-reinstall',
cwd => '/home/socorro/dev/socorro',
timeout => '3600',
require => [Exec['socorro-install'],
Service['apache2'],
Service['memcached']],
require => [Exec['socorro-install']],
logoutput => on_failure,
notify => [Service['apache2'], Service['memcached']],
user => 'socorro';
Expand All @@ -261,11 +259,10 @@
apache2:
enable => true,
ensure => running,
subscribe => Exec['socorro-install'],
require => [Package[apache2], Exec[enable-mod-rewrite],
Exec[enable-mod-headers], Exec[enable-mod-ssl],
Exec[enable-mod-php5],
Package[libapache2-mod-php5], Exec[enable-mod-proxy]];
Exec[enable-mod-php5], Package[libapache2-mod-php5],
Exec[enable-mod-proxy]];
}

file {
Expand Down

0 comments on commit 047fd24

Please sign in to comment.