Skip to content

Commit

Permalink
fixed ubuntu version for php7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Rudat authored and arudat committed Sep 28, 2017
1 parent c844fc5 commit c37526e
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 c37526e

Please sign in to comment.