Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilmartians/chef-mdadm
mdadm recipe
https://github.com/evilmartians/chef-mdadm
chef mdadm recipe
Last synced: 6 days ago
JSON representation
mdadm recipe
- Host: GitHub
- URL: https://github.com/evilmartians/chef-mdadm
- Owner: evilmartians
- License: mit
- Created: 2013-02-07T13:11:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T19:15:59.000Z (almost 2 years ago)
- Last Synced: 2023-04-09T06:52:39.159Z (over 1 year ago)
- Topics: chef, mdadm, recipe
- Language: Ruby
- Size: 80.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# mdadm
## Description
This cookbook installs and autoconfigures [mdadm](http://neil.brown.name/git/mdadm) Management tool for Linux md/raid.
## Requirements
## Supported Platforms
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
* Ubuntu
* Debian## Recipes
* `mdadm-conf` - The default recipe.
# Usage
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## Attributes
```ruby
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
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Maintainers
* gfrntz ()
* dragonsmith ()## License
**mdadm-conf**
* Freely distributable and licensed under the [MIT license](http://phlipper.mit-license.org/2012/license.html).
* Copyright (c) 2013 Kirill Kouznetsov ()