diff --git a/manifests/repo/ubuntu.pp b/manifests/repo/ubuntu.pp index f502c623..09883092 100644 --- a/manifests/repo/ubuntu.pp +++ b/manifests/repo/ubuntu.pp @@ -22,9 +22,8 @@ assert_type(Pattern[/^\d\.\d/], $version_real) $version_repo = $version_real ? { - '5.4' => 'ondrej/php5-oldstable', - '5.6' => 'ondrej/php', - '7.0' => 'ondrej/php' + '5.4' => 'ondrej/php5-oldstable', + default => 'ondrej/php' } ::apt::ppa { "ppa:${version_repo}":