Skip to content

Commit

Permalink
fix w/s
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Dec 28, 2013
1 parent 67691bd commit ae6af9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
'redhat': {
case $::operatingsystemmajrelease {
6: {
$policykit_package = 'polkit'
$policykit_package = 'polkit'
}
default: {
fail("Module ${module_name} is not supported on operatingsystemmajrelease ${::operatingsystemmajrelease}")
}
}
}
'debian': {
$policykit_package = 'policykit-1'
$policykit_package = 'policykit-1'
}
default: {
fail("Module ${module_name} is not supported on ${::operatingsystem}")
Expand Down

0 comments on commit ae6af9f

Please sign in to comment.