Merge pull request #35 from benjy14/master

Fix mod-php5 dependency when setting php.ini
This commit is contained in:
Nitin Madhok 2014-12-28 21:32:17 -05:00
commit c58a650b69

View File

@ -28,7 +28,7 @@ a2enmod php5:
- module: apache-restart - module: apache-restart
- require: - require:
- pkg: apache - pkg: apache
- pkg: php5 - pkg: mod-php5
{% endif %} {% endif %}
{% endif %} {% endif %}