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_base_url = 'http://status.openstack.org',
|
||||||
$status_title = 'OpenStack',
|
$status_title = 'OpenStack',
|
||||||
$graphite_render_url = 'http://graphite.opendev.org/render/',
|
$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',
|
$openstack_health_api_endpoint = 'http://health.openstack.org',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include openstack_project
|
include openstack_project
|
||||||
class { 'jenkins::jenkinsuser':
|
file { '/home/jenkins':
|
||||||
ssh_key => $openstack_project::jenkins_ssh_key,
|
ensure => absent,
|
||||||
gitfullname => $jenkins_gitfullname,
|
|
||||||
gitemail => $jenkins_gitemail,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
include ::httpd
|
include ::httpd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user