Skip to content

Commit b4c852c

Browse files
author
Helen
authored
Merge pull request puppetlabs#1037 from blackknight36/f29_update
Add compatibility for Fedora 29
2 parents f8340b6 + 9a052db commit b4c852c

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+
/^(29)$/ => '10.6',
6869
/^(28)$/ => '10.4',
6970
/^(26|27)$/ => '9.6',
7071
/^(24|25)$/ => '9.5',

0 commit comments

Comments
 (0)