Migrate to puppet-httpd module

puppet-httpd is the openstack-infra version of puppetlabs-apache
(0.0.4) release.

This patchset will remove the puppetlabs-apache namespace from -infra
allowing for possible future patchsets to use newer puppetlabs-apache
modules.

Change-Id: I40fede0db37ae0ed4432d6851c876cea2a7c7a82
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-07-16 10:57:29 -04:00
parent 5f2d36d1b1
commit 8f0c7cb2c1
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ class yum::mirror (
) {
include yum
include apache
include ::httpd
apache::vhost { $vhost_name:
::httpd::vhost { $vhost_name:
port => 80,
docroot => $yum::repos_dir,
template => 'yum/vhost.erb',