Skip to content

Commit 8eca982

Browse files
authored
Merge pull request #1350 from arjenz/add_ubuntu_2204
Add version for Ubuntu 22.04
2 parents 821b5c5 + 859d553 commit 8eca982

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
@@ -208,6 +208,7 @@
208208
/^(18.04)$/ => '10',
209209
/^(20.04)$/ => '12',
210210
/^(21.04|21.10)$/ => '13',
211+
/^(22.04)$/ => '14',
211212
default => undef,
212213
},
213214
default => undef,

0 commit comments

Comments
 (0)