From 64905e57d811e8fab041e480a4baabfade8cb198 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 15 Aug 2012 09:30:14 -0700 Subject: [PATCH] Add jenkins user to static.o.o. Change-Id: I41116f1732754772ef4968d8c020073e21f6cb7c Reviewed-on: https://review.openstack.org/11413 Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- modules/openstack_project/manifests/static.pp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index 406b498f63..af01f84acc 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -1,10 +1,15 @@ -class openstack_project::static -{ +class openstack_project::static( + $ssh_key=$openstack_project::jenkins_ssh_key + ) { class { 'openstack_project::server': iptables_public_tcp_ports => [22, 80, 443] } + class { 'jenkins::jenkinsuser': + ssh_key => $ssh_key + } + include apache apache::vhost { 'tarballs.openstack.org':