Remove jenkins user from status.o.o
This is vestigal. Removing it to make reviewing xenialification easier. Change-Id: I9b57336d47ee4aa18fdc3888c2ac2c75a3b23c15
This commit is contained in:
parent
43fdea4ac4
commit
c4b0fa1ad3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user