Forum: Cfengine Help
Subject: Re: Cfengine Help: Looking for ideas on people's config
Author: hhammer
Link to topic: https://cfengine.com/forum/read.php?3,18246,18285#msg-18285
Thanks to everybody! I'm leaning towards the solution using methods +
usebundle(), which seems to better suit my needs (
On Thu, Sep 16, 2010 at 12:41 AM, wrote:
> Forum: Cfengine Help
> Subject: Re: Cfengine Help: Looking for ideas on people's config
> Author: hhammer
> Link to topic: https://cfengine.com/forum/read.php?3,18246,18258#msg-18258
>
> Thanks. So in this example:
>
>
> "common_seq" slist => { "som
Forum: Cfengine Help
Subject: Re: Cfengine Help: Looking for ideas on people's config
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,18246,18259#msg-18259
web_servers::
"site_seq" slist => { @(common_seq), "php", "apache2" } ;
data_servers::
"site_seq" slist => { @(comm
Forum: Cfengine Help
Subject: Re: Cfengine Help: Looking for ideas on people's config
Author: hhammer
Link to topic: https://cfengine.com/forum/read.php?3,18246,18258#msg-18258
Thanks. So in this example:
"common_seq" slist => { "some", "common", "bundles" };
web_servers::
"site_seq" slist
Forum: Cfengine Help
Subject: Re: Cfengine Help: Looking for ideas on people's config
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,18246,18257#msg-18257
If hosts belong to multiple classes the last class listed will be the final
bundle sequence. Thus any new declaratio
Forum: Cfengine Help
Subject: Re: Cfengine Help: Looking for ideas on people's config
Author: hhammer
Link to topic: https://cfengine.com/forum/read.php?3,18246,18255#msg-18255
Michael Potter Wrote:
---
> Here my advice:
>
> Try and avoid per-ho