Monty Taylor b2bbd47eef Include openstack_project class to access members.
Change-Id: I4d04bd6cc248ff6b724a42fe872afadc080bb126
2012-07-23 19:22:19 -05:00

14 lines
281 B
Puppet

class openstack_project::slave {
include openstack_project
include tmpreaper
include apt::unattended-upgrades
class { 'openstack_project::server':
iptables_public_tcp_ports => []
}
class { 'jenkins_slave':
ssh_key => $openstack_project::jenkins_ssh_key
}
}