Commit 02776ed7 authored by Russ Allbery's avatar Russ Allbery
Browse files

Fix handling of a provided identity in cert::comodo

parent 0817da69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ define apache::cert::comodo(
    ensure  => $ensure,
    source  => $identity ? {
      undef   => "puppet:///modules/cert-files/${name}.stanford.edu",
      default => $identity,
      default => "puppet:///modules/cert-files/$identity",
    },
    require => $::operatingsystem ? {
      'debian' => Package['ca-certificates'],