When running command:
sudo puppet agent --test
Exiting; no certificate found and waitforcert is disabled
To solve this follow below instructions:
1. Login to the puppetmaster.
2. Run command "sudo puppet cert --list". It will list down your agent machine who have requested a certificate.
3. Sign the requests using command "sudo puppet cert --sign "ip-10-134-174-211.ap-southeast-1.compute.internal"" Where the IP-10.... is the hostname of you agent machine.
This should all be needed to resolve the issue.
sudo puppet agent --test
Exiting; no certificate found and waitforcert is disabled
To solve this follow below instructions:
1. Login to the puppetmaster.
2. Run command "sudo puppet cert --list". It will list down your agent machine who have requested a certificate.
3. Sign the requests using command "sudo puppet cert --sign "ip-10-134-174-211.ap-southeast-1.compute.internal"" Where the IP-10.... is the hostname of you agent machine.
This should all be needed to resolve the issue.
No comments:
Post a Comment