Forum: CFEngine Help
Subject: Re: Minimal provisioning network
Author: davidlee
Link to topic: https://cfengine.com/forum/read.php?3,23142,23146#msg-23146

I think I've debugged it.  "cobbler/kickstart" installs a client /etc/hosts 
with a single IPv4 line:
   127.0.0.1   new-client.my.domain new-client localhost.localdomain localhost

So the client didn't have information about itself for the real network.  By 
splitting that newly  installed line into two, so that the client name has a 
real IP address, it works:
   127.0.0.1             localhost.localdomain localhost
   10.156.164.151   new-client.my.domain new-client

I've also managed to code this up into a cobbler/kickstart post-install 
snippet, so we are closer to our ultimate goal of automatic "install followed 
by cfengine".

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

Reply via email to