On Monday, October 12, 2015 at 2:40:23 AM UTC-5, Wei Chen wrote: > > Hi, > > Here is my puppet.conf on the server side: > ... > [master] > certname=s001ap38-test > ... > > The puppet.conf on the agent side is: > ... > [master] > server=s001ap38-test > ... > >
The puppet agent does not use anything in the [master] section of the config file. That section is for configuration specific to the master process -- that is, for the master to *use*, not to tell other components *about* the master. The server setting should be in the [agent] section or maybe the [main] section, because it is for the agent to use. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/6fe4a1fa-b433-40c3-92f0-25999ec153e9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
