Forum: Cfengine Help
Subject: Re: using variable for list of hosts
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,20762,20764#msg-20764

Try


access:
"/var/lib/cfengine3/masterfiles/conf"
-admit => { @{sdm_host_list} };
+admit => { @{g.sdm_host_list} };


Cheers,
--Nakarin

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

Reply via email to