Explorar el Código

Close stream.

tags/2016.12
Michael Kutý hace 9 años
padre
commit
73bf156ff1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/system/doc.sls

+ 1
- 1
linux/system/doc.sls Ver fichero

@@ -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:

Cargando…
Cancelar
Guardar