help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Execution order when files are imported?


From: Josef Wolf
Subject: Execution order when files are imported?
Date: Wed, 1 Sep 2004 22:52:27 +0200
User-agent: Mutt/1.4.1i

Hello!

I can't deduce from the ducumentation what the execution order is when
imported modules define their own actionsequece.  For example:

cfagent.conf:

  import:
    foo.cf
    bar.cf


foo.cf:

  control:
    actionsequence = ( files links directories )
  [ ... ]


bar.cf:

  control:
    actionsequence = ( links files )
  [ ... ]


I would exepect the following sequence:

  foo.cf/files
  foo.cf/links
  foo.cf/directories
  bar.cf/links
  bar.cf/files

The reality seems to be that the sequences are intermixed in some way.
Can anyone clarify how properyl define actionsequences in imported files?

-- 
Please visit and sign and http://www.ffii.org
-- Josef Wolf -- jw@raven.inka.de --



reply via email to

[Prev in Thread] Current Thread [Next in Thread]