Skip to content

Commit

Permalink
Fix package name for Fedora 24/25
Browse files Browse the repository at this point in the history
  • Loading branch information
oranenj committed Feb 4, 2017
1 parent b230405 commit 016102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$package_name = 'policycoreutils-devel'
}
'24', '25' : {
$package_name = 'selinux-policy-devel'
$package_name = 'policycoreutils-python-utils'
}
default: {
fail("${::operatingsystem}-${::os_maj_release} is not supported")
Expand Down

0 comments on commit 016102c

Please sign in to comment.