15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
@load ./main
|
|
|
|
# File analysis framework integration.
|
|
@load ./files
|
|
|
|
# The cluster framework must be loaded first.
|
|
@load base/frameworks/cluster
|
|
|
|
@if ( Cluster::is_enabled() )
|
|
@load ./cluster
|
|
@endif
|
|
|
|
# This needs cluster support to only read on the manager.
|
|
@load ./input
|