Forum: CFEngine Help
Subject: Re: How to building a bundlesequence?
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,22882,22883#msg-22883

Hi,

maybe you should try to use the 'policy' attribute (see the reference manual)

 any::
    "bundles_2_load" 
      slist => {@(default_bundle_seq),@(rhel_bundle),@(mailserver_bundle)},
      policy => "ifdefined";

but I don't know if it works in this case.

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

Reply via email to