Skip to content

Commit 92af8c4

Browse files
authored
Merge pull request #1312 from nicholascioli/patch-1
add support for Ubuntu Hirsute and Impish
2 parents acb6a41 + 071b755 commit 92af8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
/^(17.04|17.10)$/ => '9.6',
206206
/^(18.04)$/ => '10',
207207
/^(20.04)$/ => '12',
208+
/^(21.04|21.10)$/ => '13',
208209
default => undef,
209210
},
210211
default => undef,

0 commit comments

Comments
 (0)