Przeglądaj źródła

Use long-form state declaration

tags/v0.37.4
Seth House 11 lat temu
rodzic
commit
6457ae9e86
1 zmienionych plików z 5 dodań i 3 usunięć
  1. +5
    -3
      apache/init.sls

+ 5
- 3
apache/init.sls Wyświetl plik

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

apache-reload:
module.wait:
module:
- wait
- name: service.reload
- m_name: {{ apache.service }}

apache-restart:
module.wait:
module:
- wait
- name: service.restart
- m_name: {{ apache.service }}
- m_name: {{ apache.service }}

Ładowanie…
Anuluj
Zapisz