Forum: Cfengine Help
Subject: Re: path based access rules on server
Author: mark
Link to topic: https://cfengine.com/forum/read.php?3,18833,18835#msg-18835

Why not use a list pattern for all your cases:

vars:

  "client" slist => { "client-one","client-two", ... }; 

 access:
        "/some_path/files/$(client)/"
            admit   => { "$(client)" },
            ifencrypted => "true";

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

Reply via email to