Null value error during redeployment

Change-Id: I5721771b9e04fc6e669c0f3a85225e82bdab6333
This commit is contained in:
Alexey Khivin 2016-05-10 21:40:01 +03:00
parent 5294882e36
commit 1a31e5251c

View File

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