Fixing bug with wrong variable reference

Change-Id: Id4745e8bf61c623bb566b42f424b75bdf0cd71bc
This commit is contained in:
Nikolay Mahotkin 2016-05-11 16:40:59 +03:00 committed by user
parent 3b587e33ad
commit b68901e495

View File

@ -116,5 +116,5 @@ Methods:
- $this.gerrit.deploy()
- $this.jenkins.deploy()
- $ssh_private_key: $gerrit.instance.getHieraValue('gerrit_ssh_rsa_key_contents')
- $ssh_private_key: $this.gerrit.instance.getHieraValue('gerrit_ssh_rsa_key_contents')
- $this.jenkins.configureUser($ssh_private_key)