From 2961927f0fe8811a74e6906906d8fbc5e65f02f7 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 26 Jan 2023 11:26:01 +0100 Subject: [PATCH] Ubuntu 14/16/17: Drop code leftovers This was previously done in https://github.com/puppetlabs/puppetlabs-postgresql/pull/1331. --- manifests/globals.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifests/globals.pp b/manifests/globals.pp index 72b0d52064..bbf8667145 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -199,10 +199,6 @@ default => undef, }, 'Ubuntu' => $facts['os']['release']['major'] ? { - /^(14.04)$/ => '9.3', - /^(14.10|15.04|15.10)$/ => '9.4', - /^(16.04|16.10)$/ => '9.5', - /^(17.04|17.10)$/ => '9.6', /^(18.04)$/ => '10', /^(20.04)$/ => '12', /^(21.04|21.10)$/ => '13',