Forum: Cfengine Help
Subject: Re: Bundle and Body
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,18931,18933#msg-18933

Well, in general, bundles and bodies are different syntax parsers. You can see 
that the bundle generic syntax is:

:
    [::]
              ""  =>  [,  =>  ...];


while the body generic syntax is shorter a bit:

    [::]
               =>  [,  =>  ...];


Accordingly, bodies are only used as property containers while bundles are only 
used for promises definitions. The control bodies are only exception to the 
naming convention (the control word comes third, not second), and they define 
the Cfengine component controls.

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

Reply via email to