소스 검색

fix swap file check

tags/2016.12
Lachlan Evenson 9 년 전
부모
커밋
83c06ca0db
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      linux/storage/swap.sls

+ 1
- 2
linux/storage/swap.sls 파일 보기

@@ -10,8 +10,7 @@
linux_create_swap_partition_{{ swap.device }}:
cmd.run:
- name: 'mkswap {{ swap.device }}'
- onlyif: "test `file -L -s {{ swap.device }} | grep 'swap file' >/dev/null;echo $?` -ne 0"
- creates: {{ swap.device }}
- unless: file -L -s {{ swap.device }} | grep -q 'swap file'

linux_set_swap_partition_{{ swap.device }}:
cmd.run:

Loading…
취소
저장