Skip to content

Commit

Permalink
Merge pull request #218 from logic/fedora26
Browse files Browse the repository at this point in the history
Fedora 26 uses the same package_name as Fedora 25
  • Loading branch information
oranenj authored May 4, 2017
2 parents 9559979 + 2a72713 commit 339f830
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@
'21','22','23' : {
$package_name = 'policycoreutils-devel'
}
'24', '25' : {
$package_name = 'policycoreutils-python-utils'
}
default: {
fail("${::operatingsystem}-${::os_maj_release} is not supported")
$package_name = 'policycoreutils-python-utils'
}
}
}
Expand Down

0 comments on commit 339f830

Please sign in to comment.