From 88feb8d40f52df584f89ace22f283e112fd8752f Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Sun, 9 Feb 2014 13:23:50 -0500 Subject: [PATCH] Add logging to manage-projects This patch adds logging to the puppet exec for manage-projects within gerrit.pp. It also adds logging to jeepyb, which can also cover logging for manage-projects, which is a script within jeepyb. Change-Id: I4cd1137e4bf62e0d19a8a337c98b3a33df38a0c0 Fixes-bug: 1245905 --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index fb8d8e3..d013c93 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,5 +50,6 @@ class jeepyb ( refreshonly => true, require => Class['mysql::python'], subscribe => Vcsrepo['/opt/jeepyb'], + logoutput => true, } }