Forum: Cfengine Help
Subject: Re: Re:Cfengine Help: Re: v3 question
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,16881,16882#msg-16882

JIM AMANATIDIS, BLOOMBERG/ 731 LEXIN Wrote:
-------------------------------------------------------
> nyprovdev1 # more promises.cf
> body common control
> {
>   any::
>     bundlesequence  => { "do_generic",
> "do_specific_OS" };
>     inputs => { "generic.cf"  };
> 
>   linux::
>      inputs => { "linux.cf"  };
> 
>   solaris::
>      inputs => { "solaris.cf" };
> }

I don't believe redefining inputs is allowed.  Thus the any class is out.  The 
Linux and Solaris classes should work.  I think any classes you define for 
inputs must be mutually exclusive.

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

Reply via email to