Commit 09ffcdea authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

version 002.000

parent ae182947
Loading
Loading
Loading
Loading
+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)
+2 −2
Original line number Diff line number Diff line
@@ -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'],