From cdeadce7ad1f43f7057fa2e953e538ee855c9bb0 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 16 Jul 2015 10:55:55 -0400 Subject: [PATCH] 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 --- manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 4a74963..e78de61 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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',