diff --git a/manifests/raid_check.pp b/manifests/raid_check.pp index 3c44cd3..2a5daa6 100644 --- a/manifests/raid_check.pp +++ b/manifests/raid_check.pp @@ -5,6 +5,8 @@ class mdadm::raid_check( $options = {} ) { + validate_hash($options) + include mdadm::params # note that 'NICE' is el6.x only