Mark Burgess writes:
> Sorry, Trond. This is not a convergent expression (infinite loop). You need
> to use a
> different variable to compose the result.
>
> vars:
>any::
> "evil_files" slist => { @(other_list) };
>redhat::
> "evil_files" slist => { @(other_list), "/root/.rhos
Sorry, Trond. This is not a convergent expression (infinite loop). You need to
use a
different variable to compose the result.
vars:
any::
"evil_files" slist => { @(other_list) };
redhat::
"evil_files" slist => { @(other_list), "/root/.rhosts", "/root/.shosts" };
This is conver
Hi,
Do you know if it's possible to extend an slist with additional values
based on classes? Something along the lines of
vars:
any::
"evil_files" slist => { "/etc/hosts.equiv" };
redhat::
"evil_files" slist => { @(evil_files), "/root/.rhosts", "/root/.shosts" };
The above code does