Hi,

this approach to working around the issue is pretty horrible IMHO. I
would recommend to go ahead and use Tim's approach of just removing the
CSR files manually. That is both less error prone and more secure.

Regards,
Felix

On 04/07/2014 07:35 PM, Leon Springer wrote:
> I created a quick script to workaround the issue until the bug is fixed.
> Replace the grep with the host(s) you want to target.
> -------
> #!/bin/bash
> 
> for OUTPUT in $(puppet cert list | awk '{FS=" ";print $1;}' | sed -e
> 's/^"//'  -e 's/"$//'| grep -i hostname)
> do
>          echo "Removing certificate requests for $OUTPUT"
>          puppet cert sign $OUTPUT && sleep 5 && puppet cert clean $OUTPUT
> 
> done

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5343E50A.7060503%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to