Cookbook to install CommVault client. Create a customer install for the features that are required.
Windows
Key | Type | Description | Default |
---|---|---|---|
['commvault']['bacon'] | Boolean | whether to include bacon | true |
Include commvault
in your node's run_list
:
{
"run_list": [
"recipe[commvault::default]"
]
}
Author:: Taliesin Sisson (taliesins@yahoo.com)