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:
parent
d2de309f72
commit
67e81cc7fa
@ -7,7 +7,6 @@ define meetbot::site(
|
||||
$use_ssl,
|
||||
$vhost_name = $::fqdn
|
||||
) {
|
||||
include remove_nginx
|
||||
|
||||
$varlib = "/var/lib/meetbot/${name}"
|
||||
$meetbot = "/srv/meetbot-${name}"
|
||||
|
@ -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}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user