diff --git a/apache/php5.sls b/apache/php5.sls index 6ead2a5..8076686 100644 --- a/apache/php5.sls +++ b/apache/php5.sls @@ -28,7 +28,7 @@ a2enmod php5: - module: apache-restart - require: - pkg: apache - - pkg: php5 + - pkg: mod-php5 {% endif %} {% endif %}