From d35bc8570f197e8499ddf09657ff6b9c8224a20f Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 5 Aug 2014 17:30:59 +0000 Subject: [PATCH] Revert "Adding haproxy reload check" Unfortunately haproxy reload on Fedora is broken, so this is causing major issues in CI. Reverting for now until we can come up with a proper fix. This reverts commit d9a348837693b649a212c9ac612e0f1ee3808934. Change-Id: I951413ad04bb37297331f4a7e5485aaa771b7282 --- .../haproxy/os-refresh-config/post-configure.d/20-haproxy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/elements/haproxy/os-refresh-config/post-configure.d/20-haproxy b/elements/haproxy/os-refresh-config/post-configure.d/20-haproxy index b1572f42b..9bff41f3f 100755 --- a/elements/haproxy/os-refresh-config/post-configure.d/20-haproxy +++ b/elements/haproxy/os-refresh-config/post-configure.d/20-haproxy @@ -1,8 +1,4 @@ #!/bin/bash set -eux -if service haproxy status; then - service haproxy reload -else - service haproxy restart -fi +service haproxy restart