# irrigate-jenkins-cookbook

TODO: This cookbook configures Jenkins master and agent hosts.

## Supported Platforms

CentOS 7+
Redhat 7+
Ubuntu 14+

## Attributes

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

## Usage

### irrigate-jenkins::default

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

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

## License and Authors

Author:: YOUR_NAME (<YOUR_EMAIL>)
