To further clarify what Seva said (which is 100% correct :-), you don't need
to say "any.!foo" - if you say "!foo" it means "not foo" which includes
"anything else" :-)

-Dan

> bundle common c
> {
>  classes:
>     "sf_group"  expression => classmatch("sf_.*");
> }
> 
> body common control
> {
>   sf_group::
>      bundlesequence => { ... };
> 
>   !sf_group::
>      bundlesequence => { ... };
> }
> 
> 2010/5/31 Vasiliy G Tolstov <[email protected]>:
> > Hello.
> >
> > If i need some bundlesequence and inputs for all classes expect one
> >
> > How can i exclude classes for example sf_* ?
> >
> > Why i can't write any.!sf_*:: ?
> >
> >
> > --
> > Vasiliy G Tolstov <[email protected]>
> > Selfip.Ru
> >
> > _______________________________________________
> > Help-cfengine mailing list
> > [email protected]
> > https://cfengine.org/mailman/listinfo/help-cfengine
> >
> 
> 
> 
> -- 
> SY, Seva Gluschenko.
> _______________________________________________
> Help-cfengine mailing list
> [email protected]
> https://cfengine.org/mailman/listinfo/help-cfengine
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to