update proftpd and apache virtual on pac update
This commit is contained in:
parent
83effccb77
commit
0583efb5b5
@ -57,9 +57,11 @@ public class PacProcessorFactory implements EntityProcessorFactory {
|
|||||||
if (basepacName.equals(BasePacType.PAC_WEB)) {
|
if (basepacName.equals(BasePacType.PAC_WEB)) {
|
||||||
Hive hive = pac.getHive();
|
Hive hive = pac.getHive();
|
||||||
return new CompoundProcessor(
|
return new CompoundProcessor(
|
||||||
createEtcHostsProc(hive),
|
createEtcHostsProc(hive),
|
||||||
createNetworkInterfacesProc(hive),
|
createNetworkInterfacesProc(hive),
|
||||||
createSetQuotaProc(pac)
|
createProftpdConfProc(hive),
|
||||||
|
createHttpdVirtualProc(hive),
|
||||||
|
createSetQuotaProc(pac)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return new NullProcessor();
|
return new NullProcessor();
|
||||||
|
Loading…
Reference in New Issue
Block a user