Forum: Cfengine Help
Subject: Re: Cfengine key exchange issue
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,20528,20535#msg-20535

Did you run "cf-promises" to syntax-check before starting "cf-serverd"? I 
spotted an error in your access_rules bundle. It should not be a colon ":" on a 
promiser line.

bundle server access_rules {
access:
- "/srv/cf-serverd":
+ "/srv/cf-serverd"
     admit => {"1.2.3.196"};
}


The rest of you configuration seems fine by me.

Cheers,
--Nakarin

_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to