ソースを参照

fix apache-restart ID in apache/mod_mpm according to apache/init.sls

master
Mathieu Tarral 9年前
コミット
a88611c1d0
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      apache/mod_mpm.sls

+ 3
- 3
apache/mod_mpm.sls ファイルの表示

@@ -11,7 +11,7 @@ a2enmod {{ mpm_module }}:
- require:
- pkg: apache
- watch_in:
- module: apache_restart
- module: apache-restart
file.managed:
- name: /etc/apache2/mods-available/{{ mpm_module }}.conf
- template: jinja
@@ -20,7 +20,7 @@ a2enmod {{ mpm_module }}:
- require:
- pkg: apache
- watch_in:
- module: apache_restart
- module: apache-restart

# Deactivate the other mpm modules as a previous step
{% for mod in ['mpm_prefork', 'mpm_worker', 'mpm_event'] if not mod == mpm_module %}
@@ -32,7 +32,7 @@ a2dismod {{ mod }}:
- require_in:
- cmd: a2enmod {{ mpm_module }}
- watch_in:
- module: apache_restart
- module: apache-restart
{% endfor %}

{% endif %}

読み込み中…
キャンセル
保存