Ticket #896: defaults.patch
| File defaults.patch, 0.6 kB (added by whaymand_home, 1 year ago) |
|---|
-
defaults.rb
old new 151 151 Puppet.setdefaults(:ssl, 152 152 :certname => [fqdn, "The name to use when handling certificates. Defaults 153 153 to the fully qualified domain name."], 154 :certdnsnames => ['*', "The DNS names on the Server certificate as a colon- 155 separated list. Defaults to * (wildcard match for all names)."], 154 156 :certdir => ["$ssldir/certs", "The certificate directory."], 155 157 :publickeydir => ["$ssldir/public_keys", "The public key directory."], 156 158 :privatekeydir => { :default => "$ssldir/private_keys",