Skip to content

Commit

Permalink
use rpm for RedHat family
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamrah committed Oct 21, 2014
1 parent 882b0c7 commit 835fc66
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 @@ -26,7 +26,7 @@
$package_ensure = 'installed'
$package_name = 'rabbitmq-server'
$service_name = 'rabbitmq-server'
$package_provider = 'yum'
$package_provider = 'rpm'
$version = '3.1.5-1'
$base_version = regsubst($version,'^(.*)-\d$','\1')
# This must remain at the end as we need $base_version and $version defined first.
Expand Down

0 comments on commit 835fc66

Please sign in to comment.