update proftpd and apache virtual on pac update

This commit is contained in:
Peter Hormanns 2019-03-13 18:05:14 +01:00
parent 83effccb77
commit 0583efb5b5

View File

@ -57,9 +57,11 @@ public class PacProcessorFactory implements EntityProcessorFactory {
if (basepacName.equals(BasePacType.PAC_WEB)) {
Hive hive = pac.getHive();
return new CompoundProcessor(
createEtcHostsProc(hive),
createNetworkInterfacesProc(hive),
createSetQuotaProc(pac)
createEtcHostsProc(hive),
createNetworkInterfacesProc(hive),
createProftpdConfProc(hive),
createHttpdVirtualProc(hive),
createSetQuotaProc(pac)
);
} else {
return new NullProcessor();