[Puppet Users] Re: client certs won't remain relevant after foreman install

2014-02-13 Thread Rafael Cristaldo
I suggest you to remove all the files and directories at /var/lib/puppet/ssl like that: # rm -rf /var/lib/puppet/ssl Check again at the puppet master: # puppet cert --all and --list |grep hostname You is using autosign.conf ? -- You received this message because you are subscribed to the

Re: [Puppet Users] Re: client certs won't remain relevant after foreman install

2014-02-13 Thread Tim Dunphy
I suggest you to remove all the files and directories at /var/lib/puppet/ssl like that: # rm -rf /var/lib/puppet/ssl The command I showed in the earlier email should do the same thing: [root@beta:~] #find /var/lib/puppet/ssl -type f -exec rm -f {} \; But just for the sake of