Skip to content

Commit 670175e

Browse files
authored
Merge pull request puppetlabs#913 from blackknight36/fedora26_support
Change - Add support for Fedora 26
2 parents 9c9234c + 44ecaee commit 670175e

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
@@ -65,6 +65,7 @@
6565
$default_version = $::osfamily ? {
6666
/^(RedHat|Linux)/ => $::operatingsystem ? {
6767
'Fedora' => $::operatingsystemrelease ? {
68+
/^(26)$/ => '9.6',
6869
/^(24|25)$/ => '9.5',
6970
/^(22|23)$/ => '9.4',
7071
/^(21)$/ => '9.3',

0 commit comments

Comments
 (0)