diff --git a/manifests/globals.pp b/manifests/globals.pp index 9d003940..b4552689 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -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',