Re: bundlesequence classes and precidence

2010-02-22 Thread Mark Burgess
Why would you expect that? That was never the way cfengine worked. "any" means "any". We are working on special topics guides explaining how to do what you are trying to achieve here. Just a bit swamped at present. M nwat...@symcor.com wrote: > Greetings, > > Consider this bundle and its outp

bundlesequence classes and precidence

2010-02-22 Thread NWatson
Greetings, Consider this bundle and its output. ## body common control { any:: bundlesequence => { "one" }; Hr10|Hr11:: bundlesequence => { "two" }; } bundle agent one { reports: linux:: "Bundle from 'any'"; } bundle agent tw