I am using Centos 7 Linux VMs hosted on AWS Cloud,
i have have installed Puppet master and Puppet slave and also i have the puppet configuration file, when i try to start the puppet services on master,
i am getting the below error message, can you help me to resolve this issue.
[root@puppetmaster ~]# systemctl start puppetserver
Job for puppetserver.service failed because the control process exited with error code. See "systemctl status puppetserver.service" and "journalctl -xe" for details.
[root@puppetmaster ~]# systemctl status puppetserver.service
? puppetserver.service - puppetserver Service
Loaded: loaded (/usr/lib/systemd/system/puppetserver.service; disabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Sun 2018-10-14 12:33:03 UTC; 6s ago
Process: 1191 ExecStart=/opt/puppetlabs/server/apps/puppetserver/bin/puppetserver start (code=exited, status=1/FAILURE)
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service: control process exited, code=exited status=1
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Failed to start puppetserver Service.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Unit puppetserver.service entered failed state.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service failed.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service holdoff time over, scheduling restart.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: start request repeated too quickly for puppetserver.service
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Failed to start puppetserver Service.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: Unit puppetserver.service entered failed state.
Oct 14 12:33:03 puppetmaster.ec2.internal systemd[1]: puppetserver.service failed.