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

@ -59,6 +59,8 @@ public class PacProcessorFactory implements EntityProcessorFactory {
return new CompoundProcessor( return new CompoundProcessor(
createEtcHostsProc(hive), createEtcHostsProc(hive),
createNetworkInterfacesProc(hive), createNetworkInterfacesProc(hive),
createProftpdConfProc(hive),
createHttpdVirtualProc(hive),
createSetQuotaProc(pac) createSetQuotaProc(pac)
); );
} else { } else {