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 f063f71651
commit 76ca969b16
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -379,6 +379,7 @@ class openstack_project::gerrit (
File['/home/gerrit2/acls'],
],
refreshonly => true,
logoutput => true,
require => [
File['/home/gerrit2/projects.yaml'],
File['/home/gerrit2/acls'],