Commit 753eb634 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix cert name (forgot .pem)

parent 32c83d9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ define su_apache::cert::incommon(
  }

  # Install the public certificate.
  file { "/etc/ssl/certs/${name}":
  file { "/etc/ssl/certs/${name}.pem":
    ensure  => $ensure,
    source  => $identity ? {
      undef   => "puppet:///modules/cert_files/${name}",