Skip to content

Commit 2961927

Browse files
committed
Ubuntu 14/16/17: Drop code leftovers
This was previously done in puppetlabs#1331.
1 parent 9508900 commit 2961927

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

manifests/globals.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@
199199
default => undef,
200200
},
201201
'Ubuntu' => $facts['os']['release']['major'] ? {
202-
/^(14.04)$/ => '9.3',
203-
/^(14.10|15.04|15.10)$/ => '9.4',
204-
/^(16.04|16.10)$/ => '9.5',
205-
/^(17.04|17.10)$/ => '9.6',
206202
/^(18.04)$/ => '10',
207203
/^(20.04)$/ => '12',
208204
/^(21.04|21.10)$/ => '13',

0 commit comments

Comments
 (0)