Преглед изворни кода

Use long-form state declaration

tags/v0.37.4
Seth House пре 10 година
родитељ
комит
6457ae9e86
1 измењених фајлова са 5 додато и 3 уклоњено
  1. +5
    -3
      apache/init.sls

+ 5
- 3
apache/init.sls Прегледај датотеку

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

Loading…
Откажи
Сачувај