Skip to content

Commit

Permalink
Make Fedora 24+ the new default package_name.
Browse files Browse the repository at this point in the history
  • Loading branch information
logic committed May 4, 2017
1 parent 2cf0ad0 commit 2a72713
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','26' : {
$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 2a72713

Please sign in to comment.