Puppet: System Administration Automated

Support

Ticket #896: defaults.patch

File defaults.patch, 0.6 kB (added by whaymand_home, 1 year ago)
  • defaults.rb

    old new  
    151151    Puppet.setdefaults(:ssl, 
    152152        :certname => [fqdn, "The name to use when handling certificates.  Defaults 
    153153            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)."], 
    154156        :certdir => ["$ssldir/certs", "The certificate directory."], 
    155157        :publickeydir => ["$ssldir/public_keys", "The public key directory."], 
    156158        :privatekeydir => { :default => "$ssldir/private_keys",