# irrigate-apache-cookbook

This is a lightweight wrapper cookbook that installs/configures apache and dependent components.

## Supported Platforms

CentOS 6+
RedHat 6+
Ubuntu 12+

## Attributes

The following attributes have preset defaults:

['apache']['selinux']
['apache']['selinuxtype']
['apache']['listen'] 
['apache']['contact']

All apache attributes can be overridden in roles as needed. 

## Usage

### irrigate-apache::default

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

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

Using the public_webapps recipe has several required encrypted data bags:
```
deploy_github_token
loggly_token
new_relic_license_key
ows-auth.pem
ows_auth_shared_secret
svn_deploy_password
```

## License and Authors

Author:: Russell de Moose (<rdemoose@theorchard.com>)
