Forum: CFEngine Help
Subject: Re: Bootstrap from alternate location?
Author: sauer
Link to topic: https://cfengine.com/forum/read.php?3,23962,23968#msg-23968

Looks pretty non-overrideable, based on bootstrap.c.  I suppose that fetching a 
remote scalar would not be something I should look for in the community edition 
anyway; gotta keep *something* special about Nova. :D


if (strlen(POLICY_SERVER) > 0)
   {
   CfOut(cf_cmdout,""," -> Assuming the policy distribution point at: 
%s:/var/cfengine/masterfiles\n",POLICY_SERVER);
   }
else
   {
   if (have_policy)
      {
      CfOut(cf_cmdout,""," -> No policy distribution host was discovered - it 
might be contained in the existing policy, otherwise this will function 
autonomously\n");
      }
   else if (repaired)
      {
      CfOut(cf_cmdout,""," -> No policy distribution host was defined - use 
--policy-server to set one\n",POLICY_SERVER);
      }
   }


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

Reply via email to