Ensure the 'headers' module is enabled

Because we are adding CORS authorization to the header, we need to
ensure the apache 'headers' module is enabled.

Change-Id: I5ed0c2c413cb6ea1408d76e094ff897b8ec6a1c2
This commit is contained in:
Timothy Chavez 2015-04-03 13:55:44 -05:00
parent fe1b569e5b
commit 56cc4b39d1
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@ class graphite(
template => 'graphite/graphite.vhost.erb',
}
a2mod { 'headers':
ensure => present
}
vcsrepo { '/opt/statsd':
ensure => latest,
provider => git,