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: I84a0882a18fb83a6eff7a3c1a27aea2813baf7f0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-07-16 10:54:16 -04:00
parent 7c85a7d0bc
commit 7b176ea54c
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ class bandersnatch::mirror (
require => File[$mirror_root],
}
include ::apache
include ::httpd
apache::vhost { $vhost_name:
::httpd::vhost { $vhost_name:
port => 80,
priority => '50',
docroot => "${mirror_root}/web",