Skip to content

Commit

Permalink
add fedora 22 and 23 (voxpupuli#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierwilson authored and juniorsysadmin committed Jun 13, 2016
1 parent 6abdc10 commit 4ffdbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/nodesource.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

# Fedora
elsif $::operatingsystemrelease =~ /(19)|(20)|(21)/ and $::operatingsystem == 'Fedora' {
elsif $::operatingsystemrelease =~ /(19)|(20)|(21)|(22)|(23)/ and $::operatingsystem == 'Fedora' {
$dist_version = $::operatingsystemrelease
$name_string = "Fedora Core ${::operatingsystemrelease}"
}
Expand Down

0 comments on commit 4ffdbb7

Please sign in to comment.