From 86c91b61d4d998497cfb43af3c8f1e765b8fd7bd Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 23 Aug 2012 17:50:26 +0200 Subject: [PATCH] Suppression du vhost manager.example.com --- root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default index 2f361c8..a087fcb 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/007default @@ -9,6 +9,7 @@ delete $conf->{'applicationList'}->{'3documentation'} if ($conf->{'applicationLi foreach my $section (qw/locationRules vhostOptions exportedHeaders/){ delete $conf->{$section}->{'test1.example.com'} if ($conf->{$section}->{'test1.example.com'}); delete $conf->{$section}->{'test2.example.com'} if ($conf->{$section}->{'test2.example.com'}); + delete $conf->{$section}->{'manager.example.com'} if ($conf->{$section}->{'manager.example.com'}); } # Add defaults categories