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
This commit is contained in:
Anita Kuno 2014-02-09 13:23:50 -05:00
parent 1fdf58b0ab
commit 88feb8d40f
1 changed files with 1 additions and 0 deletions

View File

@ -50,5 +50,6 @@ class jeepyb (
refreshonly => true,
require => Class['mysql::python'],
subscribe => Vcsrepo['/opt/jeepyb'],
logoutput => true,
}
}