Puppet8 Open source(Puppet agent can't connect to master) #50
Replies: 2 comments
-
Please try it: /etc/puppetlabs/puppetserver/services.d/ca.cfg
|
Beta Was this translation helpful? Give feedback.
-
Hi vladsamoylik, To enable the CA service, leave the following line uncommentedpuppetlabs.services.ca.certificate-authority-service/certificate-authority-service To disable the CA service, comment out the above line and uncomment the line below#puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service I deleted CA file and regenerated and deleted ssl folder in puppet server and agent. I am getting same error. root@sync0:~# puppet agent -t --http_debug |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today i have installed puppetserver8 on ubuntu22.04LTS machine. I have configured puppet.conf file in puppet server as like below[1] and i allowed 8140 in firewall. Next i have installed puppet agent8 in client system and configured like below[2] . Now i tried to sync with puppet master but i am getting following error [3].
[1]
[2] Client configuration
[3] Error message :
I changed cat /etc/default/puppetserver congiuration like below
Modify this if you'd like to change the memory allocation, enable JMX, etc
JAVA_ARGS="-Xms4g -Xmx4g -Djruby.logger.class=com.puppetlabs.jruby_utils.jruby.Slf4jLogger"
I have tried but i am not getting solution. Can you please help on this?
Note: I updated both a machine time and allowed 8140 in iptables file.
Beta Was this translation helpful? Give feedback.
All reactions