Skip to content

Commit

Permalink
validate params to mdadm::raid_check
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 9, 2013
1 parent c90515b commit bee45b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/raid_check.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
class mdadm::raid_check(
$options = {}
) {
validate_hash($options)

include mdadm::params

# note that 'NICE' is el6.x only
Expand Down

0 comments on commit bee45b3

Please sign in to comment.