Forum: CFEngine Help
Subject: ifvarclass for files:
Author: chadpatt
Link to topic: https://cfengine.com/forum/read.php?3,22789,22789#msg-22789

I am having an issue where I want to create a class then run tripwire if that 
class is exists but it never works...  can someone way smarter then me please 
help?

Here is my code snippet.
-----------
classes:
        "cftest"  expression => "any";

files:
        yes_tripwire::
                "/bin"
                        changes         =>      detect_filesystem_changes,
                        depth_search    =>      etc_tripwire_ignores("inf"),
                        file_select     =>      ex_list(@(files_to_ignore)),
                        ifvarclass      =>      "cftest";
-----------

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

Reply via email to