This cookbook installs and autoconfigures mdadm Management tool for Linux md/raid.
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
- Ubuntu
- Debian
mdadm-conf
- The default recipe.
This cookbook installs the mdadm components if not present, and pulls updates if they are installed on the system. After that it generates correct /etc/mdadm/mdadm.conf
default[:mdadm][:mail_to] = "[email protected]"
default[:mdadm][:initrdstart] = "all"
default[:mdadm][:autostart] = true
default[:mdadm][:autocheck] = true
default[:mdadm][:start_daemon] = true
default[:mdadm][:verbose] = true
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- gfrntz ([email protected])
- dragonsmith ([email protected])
mdadm-conf
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2013 Kirill Kouznetsov ([email protected])