Loading NEWS +5 −0 Original line number Diff line number Diff line release/002.000 (2018-04-30) Change 'cert-files' to 'cert_files' (modules cannot have dashes!) (adamhl) release/001.024 (2018-04-17) Update for stretch. (adamhl) Loading manifests/cert/comodo.pp +2 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ define apache::cert::comodo( file { "/etc/ssl/certs/${name}.pem": ensure => $ensure, source => $identity ? { undef => "puppet:///modules/cert-files/${name}.stanford.edu", default => "puppet:///modules/cert-files/$identity", undef => "puppet:///modules/cert_files/${name}.stanford.edu", default => "puppet:///modules/cert_files/$identity", }, require => $::osfamily ? { 'Debian' => Package['ca-certificates'], Loading Loading
NEWS +5 −0 Original line number Diff line number Diff line release/002.000 (2018-04-30) Change 'cert-files' to 'cert_files' (modules cannot have dashes!) (adamhl) release/001.024 (2018-04-17) Update for stretch. (adamhl) Loading
manifests/cert/comodo.pp +2 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,8 @@ define apache::cert::comodo( file { "/etc/ssl/certs/${name}.pem": ensure => $ensure, source => $identity ? { undef => "puppet:///modules/cert-files/${name}.stanford.edu", default => "puppet:///modules/cert-files/$identity", undef => "puppet:///modules/cert_files/${name}.stanford.edu", default => "puppet:///modules/cert_files/$identity", }, require => $::osfamily ? { 'Debian' => Package['ca-certificates'], Loading