system-config/modules/openstack_project/manifests/jenkins_slave.pp

13 lines
263 B
Puppet

class openstack_project::jenkins_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
}
}