Removed unnecessary ::
Change-Id: I1ca84c36e0311850d409a9db4b4a8b40a9126273
This commit is contained in:
parent
0059cdd0e5
commit
a841e99c0e
@ -2,7 +2,7 @@ class openstack_project::slave_template {
|
|||||||
class { 'openstack_project::template':
|
class { 'openstack_project::template':
|
||||||
iptables_public_tcp_ports => []
|
iptables_public_tcp_ports => []
|
||||||
}
|
}
|
||||||
class { '::jenkins_slave':
|
class { 'jenkins_slave':
|
||||||
ssh_key => $openstack_project::jenkins_ssh_key,
|
ssh_key => $openstack_project::jenkins_ssh_key,
|
||||||
sudo => true,
|
sudo => true,
|
||||||
bare => true
|
bare => true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user