Forum: CFEngine Help
Subject: Re: distributing secrets
Author: sauer
Link to topic: https://cfengine.com/forum/read.php?3,26196,26228#msg-26228

Neil Watson Wrote:
-------------------------------------------------------
> "/var/cache/${cls}"
>   admit => { "${cls}" };

Now if we could just do that with a backreference or something like

"/var/cache/(.*)"
  admit => "$(match.1)";

I'd be super happy. :)  Defining an slist containing 10K hosts and modifying 
the list 20-100 times a day as transient test machines are brought up and taken 
down would be a real pain - particularly since that means cf-serverd needs to 
constantly be restarted.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to