Puppet: System Administration Automated

Support

Ticket #896: ca.patch

File ca.patch, 365 bytes (added by whaymand_home, 1 year ago)
  • ca.rb

    old new  
    278278        newcert = Puppet::SSLCertificates.mkcert( 
    279279            :type => :server, 
    280280            :name => csr.subject, 
     281            :dnsnames => Puppet[:certdnsnames], 
    281282            :ttl => ttl, 
    282283            :issuer => @cert, 
    283284            :serial => serial,