Skip to content

Commit

Permalink
Merge pull request #329 from amette/master
Browse files Browse the repository at this point in the history
Allow installing PHP 7.1 on Debian
  • Loading branch information
yastupin committed Jul 13, 2017
2 parents dc9e9cc + 9bc60c4 commit 7429e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
$fpm_service_name = "php${globals_php_version}-fpm"
$ext_tool_enable = "/usr/sbin/phpenmod -v ${globals_php_version}"
$ext_tool_query = "/usr/sbin/phpquery -v ${globals_php_version}"
$package_prefix = 'php7.0-'
$package_prefix = "php${globals_php_version}-"
}
default: {
$default_config_root = '/etc/php5'
Expand Down

0 comments on commit 7429e50

Please sign in to comment.