Merge "Remove jenkins user from status.o.o"
This commit is contained in:
commit
d234442dae
@ -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…
x
Reference in New Issue
Block a user