Remove remove_nginx.

Remove remaining remove_nginx usage (it has been removed).

Change-Id: Icfd8c3ad7205777e50722ea82d1922bcad523e48
Reviewed-on: https://review.openstack.org/29819
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-05-20 13:09:14 -07:00 committed by Jenkins
parent d2de309f72
commit 67e81cc7fa
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ define meetbot::site(
$use_ssl,
$vhost_name = $::fqdn
) {
include remove_nginx
$varlib = "/var/lib/meetbot/${name}"
$meetbot = "/srv/meetbot-${name}"

View File

@ -3,7 +3,6 @@ define planet::site(
$vhost_name = "planet.${name}.org"
) {
include apache
include remove_nginx
apache::vhost { $vhost_name:
docroot => "/srv/planet/${name}",