From 6b5507f5fa269de25bb0db2b4b17a76d34bb70ef Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Thu, 13 Aug 2015 11:10:57 -0700 Subject: [PATCH] Add retries to gitlab-ctl reconfigure For some reason the reconfigure command will fail on my puppet run but then resolve itself if run again. Adding additional tries during the puppet run resolves the issue. --- manifests/config.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/config.pp b/manifests/config.pp index f8703215..6ca0f6e7 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -72,6 +72,8 @@ command => '/usr/bin/gitlab-ctl reconfigure', refreshonly => true, timeout => 1800, + logoutput => true, + tries => 5, } if is_hash($postgresql) {