Merge "Delete openstack_project::slave_common"

This commit is contained in:
Jenkins 2017-04-17 21:18:59 +00:00 committed by Gerrit Code Review
commit e043315991
3 changed files with 0 additions and 11 deletions

View File

@ -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': }
} }

View File

@ -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
} }

View File

@ -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(
){
}