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:
parent
862d51e47d
commit
cdeadce7ad
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user