Forum: CFEngine Help
Subject: Re: How to skip complete "bundle agent" execution depending of a class?
Author: zzamboni
Link to topic: https://cfengine.com/forum/read.php?3,22837,22847#msg-22847

You could invoke them from another bundle using methods:, and control execution 
using classes at that level, something like this:

bundle agent main {
  methods:
    myapp_server::
      "any" usebundle => app_myapp();
...
}


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

Reply via email to