Skip to content

Commit

Permalink
Merge pull request #383 from arudat/ubuntu-1704-php7-fix
Browse files Browse the repository at this point in the history
fix ubuntu 17.04 version for php7
  • Loading branch information
bastelfreak authored Sep 28, 2017
2 parents c844fc5 + c37526e commit f96a5d6
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 @@ -20,7 +20,7 @@
$default_php_version = $facts['os']['family'] ? {
'Debian' => $facts['os']['name'] ? {
'Ubuntu' => $facts['os']['release']['full'] ? {
/^(16.04)$/ => '7.0',
/^(1[67].04)$/ => '7.0',
default => '5.x',
},
default => '5.x',
Expand Down

0 comments on commit f96a5d6

Please sign in to comment.