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

View File

@ -2,9 +2,9 @@ define planet::site(
$git_url,
$vhost_name = "planet.${name}.org"
) {
include apache
include ::httpd
apache::vhost { $vhost_name:
::httpd::vhost { $vhost_name:
docroot => "/srv/planet/${name}",
port => 80,
priority => '50',