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:
parent
244f1b8e9f
commit
8cb2e3b632
@ -7,6 +7,7 @@ class openstack_project::static (
|
||||
sysadmins => $sysadmins
|
||||
}
|
||||
|
||||
include openstack_project
|
||||
class { 'jenkins::jenkinsuser':
|
||||
ssh_key => $openstack_project::jenkins_ssh_key
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user