Kaynağa Gözat

Added apache include and requires to php5.sls and rewrite.sls

tags/v0.37.4
Alan McNea 11 yıl önce
ebeveyn
işleme
f153c78ba8
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +1
    -0
      apache/php5.sls
  2. +3
    -0
      apache/rewrite.sls

+ 1
- 0
apache/php5.sls Dosyayı Görüntüle

@@ -2,6 +2,7 @@

include:
- apt
- apache

mod-php5:
pkg.installed:

+ 3
- 0
apache/rewrite.sls Dosyayı Görüntüle

@@ -2,11 +2,14 @@

include:
- apt
- apache

a2enmod rewrite:
cmd.run:
- unless: ls /etc/apache2/mods-enabled/rewrite.load
- order: 225
- require:
- pkg: apache
- watch_in:
- cmd: apache-restart


Yükleniyor…
İptal
Kaydet