Forum: CFEngine Help
Subject: Re: cf_promises_validated and $(master_location)
Author: Tim
Link to topic: https://cfengine.com/forum/read.php?3,26327,26336#msg-26336

Thank you, Neil.
With the creation location for /var/cfengine/masterfiles/cf_promises_validated 
hard coded in Cfengine, doing the same in policy for copy_from in 
failsafe.cf/files seems to be working fine:

#    copy_from => 
u_rcp("$(master_location)/cf_promises_validated","$(sys.policy_hub)"),
      copy_from => 
u_rcp("/var/cfengine/masterfiles/cf_promises_validated","$(sys.policy_hub)"),

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

Reply via email to