
Need /usr/bin/test. Rename openstack_project::jenkins_slave to openstack_project::slave to deal with scoping issues. Change-Id: Ia703cdd0407eef4afe4c6cf07263150699cc47c9
13 lines
253 B
Puppet
13 lines
253 B
Puppet
class openstack_project::slave {
|
|
include tmpreaper
|
|
include apt::unattended-upgrades
|
|
class { 'openstack_project::server':
|
|
iptables_public_tcp_ports => []
|
|
}
|
|
class { 'jenkins_slave':
|
|
ssh_key => $openstack_project::jenkins_ssh_key
|
|
}
|
|
}
|
|
|
|
|