i am using VM clones for testing puppet. when i try to add a new node, though i change the host name definition, the certificates generated still show the old node name.
[root@puppet-razor ssl]# ls
[root@puppet-razor ssl]# pwd
/etc/puppetlabs/puppet/ssl
[root@puppet-razor ssl]# hostname
puppet-razor
[root@puppet-razor ssl]# puppet agent -t
Info: Creating a new SSL key for os-node1
Info: Caching certificate for ca
Info: Caching certificate_request for os-node1
Info: Caching certificate for ca
Exiting; no certificate found and waitforcert is disabled
[root@puppet-razor ssl]#
i deleted and recreated the client certificates but still the behavior does not change. any ideas on why this is happening or am i missing something.