Merge "Stop running manage-projects"

This commit is contained in:
Jenkins 2014-01-15 17:08:27 +00:00 committed by Gerrit Code Review
commit 0a7f24e46c
2 changed files with 3 additions and 16 deletions

View File

@ -330,21 +330,6 @@ class openstack_project::gerrit (
source => 'puppet:///modules/openstack_project/gerrit/acls',
require => Class['::gerrit']
}
exec { 'manage_projects':
command => '/usr/local/bin/manage-projects',
timeout => 900, # 15 minutes
subscribe => [
File['/home/gerrit2/projects.yaml'],
File['/home/gerrit2/acls'],
],
refreshonly => true,
require => [
File['/home/gerrit2/projects.yaml'],
File['/home/gerrit2/acls'],
Class['jeepyb'],
],
}
}
file { '/home/gerrit2/review_site/bin/set_agreements.sh':
ensure => present,

View File

@ -176,7 +176,9 @@ class openstack_project::review (
user => 'gerritbot',
vhost_name => $::fqdn,
}
include gerrit::remotes
class { 'gerrit::remotes':
ensure => absent,
}
file { '/home/gerrit2/.ssh':
ensure => directory,