Explorar el Código

Change cmd.wait to module.wait for platform independence

master
Seth House hace 11 años
padre
commit
950ce07185
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      apache/init.sls

+ 4
- 4
apache/init.sls Ver fichero

@@ -10,10 +10,10 @@ apache:
- enable: True

apache-reload:
cmd.wait:
- name: service apache2 reload
module.wait:
- name: service.reload {{ apache.service }}

apache-restart:
cmd.wait:
- name: service apache2 restart
module.wait:
- name: service.restart {{ apache.service }}


Cargando…
Cancelar
Guardar