소스 검색

Close stream.

tags/2016.12
Michael Kutý 9 년 전
부모
커밋
73bf156ff1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      linux/system/doc.sls

+ 1
- 1
linux/system/doc.sls 파일 보기

@@ -21,7 +21,7 @@ linux_system_doc_validity_check:
pkg.installed:
- name: python-yaml
cmd.wait:
- name: python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream)"
- name: python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
- require:
- pkg: linux_system_doc_validity_check
- watch:

Loading…
취소
저장