Sophie

Sophie

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

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


########################################################
#
# Simple backgrounding
#
########################################################

body common control

{
bundlesequence  => { "testbundle"  };
}

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

bundle agent testbundle

{
files:

  "/home/mark/tmp" -> "me"

       changes      => tripwire,
       pathtype     => "literal",
       depth_search => recurse("inf");

}


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

body changes tripwire

{
hash           => "md5";
report_changes => "all";
update_hashes  => "true";
}

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

body action background

{
background => "true";
}

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

body depth_search recurse(d)

{
depth        => "$(d)";
}