-
36a9d02 - (Joshua Hoblitt) update raid_check_options example in README
-
4f6ea9f - (Joshua Hoblitt) add commented examples to el5 raid-check template
-
to match the style of the current el6 raid-check template
-
0a7502b - (Joshua Hoblitt) update el6 raid-check template
-
add support for the MAXCONCURENT variable introduced in later 6.x mdadm packages
-
0a29969 - (Joshua Hoblitt) fix/suppress linter warnings
-
5d007ed - (Joshua Hoblitt) add el5.x to README tested platforms
-
15ae51e - (Joshua Hoblitt) add mdmonitor email address example to README
-
ef0e227 - (Joshua Hoblitt) merge mdadm_config_spec.rb into mdadm_spec.rb
Since we're now only testing the public API of the mdadm class.
- 5d1b8d3 - (Joshua Hoblitt) add el5.x support for raid_check_options param to mdadm class
- c30edf7 - (Joshua Hoblitt) mv all mdadm param defaults to mdadm::params class
- 9c9b7c7 - (Joshua Hoblitt) add unit tests of mdadm's service_{ensure,enable} params
- 7ba06ea - (Joshua Hoblitt) add raid_check_manage param to mdadm class
- f236b7d - (Joshua Hoblitt) fix broken mdadm force_service param and rename it to service_force
- 73a1f8c - (Joshua Hoblitt) rename mdadm param config_options -> config_file_options
- 844aade - (Joshua Hoblitt) add config_file_manage param to class mdadm
- 9f785e0 - (Joshua Hoblitt) remove API documentation from .pp files
Refer to the README for all parameter documentation.
- e80f45a - (Joshua Hoblitt) fail on unsupported $::operatingsystemmajrelease
- make mdadm::config & mdadm::raid_check private classes
- fc1cf37 - (Joshua Hoblitt) fix README example formatting
- b90f6fe - (Joshua Hoblitt) update README ToC
- 70eaabb - (Joshua Hoblitt) add basic README info
- 28cecec - (Joshua Hoblitt) prune mdadmversion fact value
Instead of returning the literal string returned by mdadm --version
,
parse out and return only the version number.
- a0dbd6b - (Joshua Hoblitt) replace rspec-system with beaker
- 00a6e53 - (Joshua Hoblitt) restore travis augeas package setup
- 788355f - (Joshua Hoblitt) fixing rspec-puppet to < 1.0
due to these issues:
-
826ec4c - (Joshua Hoblitt) update to rspec >= 1 syntax
To suppress: DEPRECATION: include_class is deprecated. Use contain_class instead
- 414fb5d - (Joshua Hoblitt) update copyright notice year (-2014)
- f6ac329 - (Joshua Hoblitt) update travis matrix
- 52e57a8 - (Joshua Hoblitt) update .gitignore
- c53dde2 - (Joshua Hoblitt) enable managements of mdmonitor service
- bee45b3 - (Joshua Hoblitt) validate params to mdadm::raid_check
- c90515b - (Joshua Hoblitt) change mdadm::config mailaddr param into an hash
- d7f1875 - (Joshua Hoblitt) mv spec/classes/ -> spec/unit/classes/
- 5e76a45 - (Joshua Hoblitt) add mdadm_arrays fact
- 172ae55 - (Joshua Hoblitt) add mdadmversion fact
- 4675af2 - (Joshua Hoblitt) ignore git .swp files
- 54e6247 - (Joshua Hoblitt) add mdadm fact
- 1b1e846 - (Joshua Hoblitt) stub out mdadm::config class
- 1ab3714 - (Joshua Hoblitt) implement anchor pattern
- 3938fcf - (Joshua Hoblitt) add mdmonitor service
- 95bc3f7 - (Joshua Hoblitt) add raid-check configuration
- 02f858e - (Joshua Hoblitt) install mdadm package
- 8438d72 - (Joshua Hoblitt) Merge puppet-module_skel
- 3a20317 - (Joshua Hoblitt) first commit