Search code examples
amazon-web-servicesamazon-ec2puppet

Puppet cluster configuration in AWS


Puppet is appending the EC2 DNS name with the host name in the configuration file, I am not able to create puppet cluster as client is not able to connect with master.


Solution

  • the comlete hostname of the system is taken into consideration, what puppet does is it appends the FQDN with the host name.

    You may get it by typing in command

    hostname --fqdn

    this will give you the exact string that is added to your machine's hosts name. For exact solution append this "string " into the host name by

    hostname localhost."string"