search for: certificatenam

Displaying 1 result from an estimated 1 matches for "certificatenam".

Did you mean: certificatename
2012 Mar 13
3
Creating multiple resources from an array
...cates though. The module has a definition called squid::config, which is called in each node manifest if you need to override certain settings on the node. For example, if a node needed Squid to use two certificates, you would put this in the manifest: squid::config { "www.example.com": certificatename => [''www.example.com'',''www.example2.com''] } Now, I''ve got the config file management working fine, but getting it to push the certificates and private keys is a pain. Essentially I need Puppet to iterate over the keys in the array as part of a file...