On Tue, Jun 14, 2011 at 3:50 PM, Jerome Yanga <jya...@esri.com> wrote:
> I have been trying to delete a local file and have been unsuccessful.

Does this help?  It's a simple example of deleting a local file.


----
body common control {
    inputs => { "/var/cfengine/inputs/cfengine_stdlib.cf" };
}


bundle agent example {

    files:

        "/tmp/date.txt"

            delete => tidy;

}

----
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to