Fix missed a2mod conversion to puppet-httpd

Change-Id: I67aea79c04d725f9b9889a38aff018f0895321a9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-07-24 17:08:23 -04:00
parent 2a46e44257
commit e28ca92841
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class apps_site (
vhost_name => $vhost_name,
}
a2mod { 'headers':
httpd_mod { 'headers':
ensure => present
}