Skip to content

Commit 430b108

Browse files
authored
Merge pull request puppetlabs#1067 from blackknight36/f30_support
Add Fedora 30 compatibility
2 parents ef832c5 + a347ebd commit 430b108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
$default_version = $::osfamily ? {
6666
/^(RedHat|Linux)/ => $::operatingsystem ? {
6767
'Fedora' => $::operatingsystemrelease ? {
68+
/^(30)$/ => '11.2',
6869
/^(29)$/ => '10.6',
6970
/^(28)$/ => '10.4',
7071
/^(26|27)$/ => '9.6',

0 commit comments

Comments
 (0)