Setup server to pull catalog with different servername
I have multiple dev environments which are hosted on vCloud. These environments are clones of Prod because of code restriction, i cannot change server name. Meaning, when i clone server1 from production to dev environments it would still be called server1 in those environments.
During puppet training my instructor told me that it was possible to have a server with name A talk to puppetmaster as B by updating puppet.conf . Meaning, when server1 could request catalogue from puppetmaster as serverAAA. I am unable to see hostname option in puppet.conf file. Am i looking at wrong place?