Merge "Remove jenkins user from status.o.o"

This commit is contained in:
Zuul 2019-05-29 15:13:48 +00:00 committed by Gerrit Code Review
commit d234442dae

View File

@ -12,16 +12,12 @@ class openstack_project::status (
$status_base_url = 'http://status.openstack.org',
$status_title = 'OpenStack',
$graphite_render_url = 'http://graphite.opendev.org/render/',
$jenkins_gitfullname = 'OpenStack Jenkins',
$jenkins_gitemail = 'jenkins@openstack.org',
$openstack_health_api_endpoint = 'http://health.openstack.org',
) {
include openstack_project
class { 'jenkins::jenkinsuser':
ssh_key => $openstack_project::jenkins_ssh_key,
gitfullname => $jenkins_gitfullname,
gitemail => $jenkins_gitemail,
file { '/home/jenkins':
ensure => absent,
}
include ::httpd