Pārlūkot izejas kodu

fix typo in ansible handlebars var name

tags/v0.17.0
Jonathan Cobb pirms 4 gadiem
vecāks
revīzija
58b623b389
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      bubble-server/src/main/java/bubble/service/cloud/AnsiblePrepService.java

+ 1
- 1
bubble-server/src/main/java/bubble/service/cloud/AnsiblePrepService.java Parādīt failu

@@ -80,7 +80,7 @@ public class AnsiblePrepService {

final ComputeNodeSize nodeSize = computeDriver.getSize(node.getSizeType());
ctx.put("nodeSize", nodeSize);
ctx.put("jvmMaxRam", jvmMaxRam(nodeSize, installType));
ctx.put("jvmMaxRamMB", jvmMaxRam(nodeSize, installType));
if (restoreKey != null) {
ctx.put("restoreKey", restoreKey);
ctx.put("restoreTimeoutSeconds", RESTORE_MONITOR_SCRIPT_TIMEOUT_SECONDS);


Notiek ielāde…
Atcelt
Saglabāt