Skip to content

Commit

Permalink
[FIX] debian mod ini dir differs from ubuntu
Browse files Browse the repository at this point in the history
Related #53
  • Loading branch information
htuscher committed Oct 8, 2018
1 parent ac9d001 commit 3a8fc59
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ provision:
php/general : '(debian|ubuntu|centos|alpine)'
php/ubuntu-12.04 : ubuntu-12.04
php/alpine : alpine
php/debian : debian
php-apache:
configuration:
apache/general : '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

PHP_MOD_INI_DIR=/etc/php5/mods-available
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

PHP_MOD_INI_DIR=/etc/php5/mods-available
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

PHP_MOD_INI_DIR=/etc/php5/mods-available
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

PHP_MOD_INI_DIR=/etc/php5/mods-available
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

PHP_MOD_INI_DIR=/etc/php5/mods-available

0 comments on commit 3a8fc59

Please sign in to comment.