Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 6871123591698337ee06efa6a871ef7b > files > 16

cfengine3-base-3.0.2-1mdv2010.0.i586.rpm

#
# Show the definition of classes by comparing timestamps
#

body common control

{
bundlesequence  => { "example" };
}

###########################################################

bundle agent example

{     
classes:

  "do_it" and => { accessedbefore("/tmp/earlier","/tmp/later") }; 

reports:

  do_it::

    "The earlier file has been accessed before the later";

}