I have a situation where there is an uppercase letter in a client's host
name. When Puppet creates the certificate for the host the resultant name
for the is in all lower case as I'd expect.

The trouble comes in where I am managing the /etc/puppet/puppet.conf file.
In my template I have
            certname = <%= certname %>

and in my class I have certname defined as

             $certname = downcase("$fqdn")

This is not working.  How should I attack this?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAArvnv1oQGU24LHrMW0FFQERZtY4AAgWzEJSakQndh2S4Sbh7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to