Fix more bare-mode @load dependency problems

This commit is contained in:
Jon Siwek 2011-08-11 11:47:12 -05:00
parent 521f54c4f0
commit 351b13d1c8
5 changed files with 10 additions and 1 deletions

View file

@ -9,6 +9,7 @@
@load base/utils/site @load base/utils/site
@load base/utils/thresholds @load base/utils/thresholds
@load base/utils/conn-ids @load base/utils/conn-ids
@load base/utils/directions-and-hosts
module SSH; module SSH;

View file

@ -1,3 +1,5 @@
@load base/frameworks/notice/main
@load base/utils/thresholds
module SSH; module SSH;

View file

@ -1,6 +1,9 @@
##! This implements all of the additional information and geodata detections ##! This implements all of the additional information and geodata detections
##! for SSH analysis. ##! for SSH analysis.
@load base/frameworks/notice/main
@load base/protocols/ssh/main
module SSH; module SSH;
export { export {

View file

@ -1,3 +1,4 @@
@load base/frameworks/notice/main
module SSH; module SSH;

View file

@ -1,5 +1,7 @@
##! Local site policy loaded only by the manager in a cluster. ##! Local site policy loaded only by the manager in a cluster.
@load base/frameworks/notice/main
# If you are running a cluster you should define your Notice::policy here # If you are running a cluster you should define your Notice::policy here
# so that notice processing occurs on the manager. # so that notice processing occurs on the manager.
redef Notice::policy += { redef Notice::policy += {