Make jenkins_ssh_key visible to static.pp.

openstack_project/static.pp needs to include openstack_project in order
to use openstack_project::jenkins_ssh_key. Make it so.

Change-Id: I4abe98492e32307aa1ba18c1efa485e8b5181b2e
Reviewed-on: https://review.openstack.org/12722
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-09-10 10:08:23 -07:00 committed by Jenkins
parent 244f1b8e9f
commit 8cb2e3b632

View File

@ -7,6 +7,7 @@ class openstack_project::static (
sysadmins => $sysadmins
}
include openstack_project
class { 'jenkins::jenkinsuser':
ssh_key => $openstack_project::jenkins_ssh_key
}