Thanks Neil. You are the man. I didn't realize that classes could be combined this way. It would be cool if an example like this could be added to the reference manual.
On 10/14/10 9:27 AM, "[email protected]" <[email protected]> wrote: > Forum: Cfengine Help > Subject: Re: Populate a class using an slist fails? > Author: neilhwatson > Link to topic: https://cfengine.com/forum/read.php?3,18712,18732#msg-18732 > > In this example I see no reason why vars are needed. > bundle common global > { > classes: > "outgoing_smtp" or => { "host1", "host2", "host3" }; > "incoming_smtp" or => { "host4", "host5", "host6" }; > "all_smtp" or => { "outgoing_smtp", incoming_smtp" }; > } > > > _______________________________________________ > 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
