Merge "Ensure git cronjob absent for correct user"

This commit is contained in:
Jenkins 2016-08-05 20:18:40 +00:00 committed by Gerrit Code Review
commit b25b84f20a
2 changed files with 2 additions and 0 deletions

View File

@ -397,6 +397,7 @@ class openstack_project::gerrit (
}
cron { 'mirror_repack':
ensure => absent,
user => 'gerrit2',
}
cron { 'mirror_gitgc':
user => 'gerrit2',

View File

@ -119,6 +119,7 @@ class openstack_project::git_backend (
cron { 'mirror_repack':
ensure => absent,
user => 'cgit',
}
cron { 'mirror_gitgc':