Installs/Configures device-mapper.
- Chef 11+
- CentOS 6
- Debian 7
- Fedora 19, 20
- Oracle 6
- RHEL 6
- Ubuntu 12.04, 12.10, 13.04, 13.10
Third-Party Cookbooks
These attributes are under the node['device-mapper']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
packages | Packages for installation | Array of Strings | auto-detected (see attributes/default.rb) |
recipe[device-mapper]
Installs/Configures device-mapperrecipe[device-mapper::module]
Loads device-mapper Linux modulerecipe[device-mapper::package]
Installs device-mapper via package
- Add
recipe[device-mapper]
to your node's run list
- Quickly testing with Vagrant: VAGRANT.md
- Full development and testing workflow with Test Kitchen and friends: TESTING.md
Please see contributing information in: CONTRIBUTING.md
- Brian Flad ([email protected])
Please see licensing information in: LICENSE