# irrigate-wowza-cookbook

This cookbook do the following tasks
Download installer from Wowza site.
Execute the installer.
Attributes are used to inject (license key, silent install key, aws creds, shared secret for session tokens and web management).


## Supported Platforms

Centos 7
## Attributes

<table>
  <tr>
    <th>Key</th>
    <th>Type</th>
    <th>Description</th>
    <th>Default</th>
  </tr>
  <tr>
    <td><tt>['irrigate-wowza']['bacon']</tt></td>
    <td>Boolean</td>
    <td>whether to include bacon</td>
    <td><tt>true</tt></td>
  </tr>
</table>

## Usage

### irrigate-wowza::default

Include `irrigate-wowza` in your node's `run_list`:

```json
{
  "run_list": [
    "recipe[irrigate-wowza::default]"
  ]
}
```

## License and Authors

Author:: Tanzeel Moin (tmoin@theorchard.com)
