Skip to content

Commit

Permalink
Allow installing PHP 7.1 on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
amette committed Mar 16, 2017
1 parent 3fb3602 commit 9bc60c4
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 @@ -83,7 +83,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 9bc60c4

Please sign in to comment.