Forum: Cfengine Help
Subject: Re: Cfengine master HA?
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,18019,18027#msg-18027

You'd rather pass a list there, i.e.

copy_from => secure_cp("$(g.repo)/bond_studio/tmpwatch","@(g.phost)")


Lists can't be accessed indirectly, so you might need to make a local copy 
first, like follows:

vars:
  "servers" slist => { @(g.phost) };


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

Reply via email to