Merge "Delete openstack_project::slave_common"
This commit is contained in:
commit
e043315991
@ -40,6 +40,4 @@ class openstack_project::single_use_slave (
|
|||||||
gitfullname => $jenkins_gitfullname,
|
gitfullname => $jenkins_gitfullname,
|
||||||
gitemail => $jenkins_gitemail,
|
gitemail => $jenkins_gitemail,
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'openstack_project::slave_common': }
|
|
||||||
}
|
}
|
||||||
|
@ -97,8 +97,6 @@ class openstack_project::slave (
|
|||||||
require => Class['jenkins::jenkinsuser'],
|
require => Class['jenkins::jenkinsuser'],
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'openstack_project::slave_common': }
|
|
||||||
|
|
||||||
if (! $thin) {
|
if (! $thin) {
|
||||||
include openstack_project::thick_slave
|
include openstack_project::thick_slave
|
||||||
}
|
}
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
# == Class: openstack_project::slave_common
|
|
||||||
#
|
|
||||||
# Common configuration between openstack_project::slave and
|
|
||||||
# openstack_project::single_use_slave
|
|
||||||
class openstack_project::slave_common(
|
|
||||||
){
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user