UUID support for certnames » History » Version 1
Ohad Levy, 06/17/2012 10:44 AM
1 | 1 | Ohad Levy | h1. Use UUID's for puppet certnames |
---|---|---|---|
2 | |||
3 | Users who wish to deploy their hosts using a random unique id, should enable that setting, and use the certname directive in their puppet.conf template, e.g.: |
||
4 | |||
5 | certname = <%25= @host.certname %25> |
||
6 | |||
7 | when the certname was not generated (e.g. for hosts created before this patch) @host.certname would return the host name instead. |
||
8 | |||
9 | for provisioning where DNS is not reliable, it is highly recommended to use certnames. |