소스 검색

fix typo in ansible handlebars var name

tags/v0.17.0
Jonathan Cobb 4 년 전
부모
커밋
58b623b389
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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);


불러오는 중...
취소
저장