Loading manifests/cert/comodo.pp +1 −1 Original line number Diff line number Diff line Loading @@ -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'], Loading Loading
manifests/cert/comodo.pp +1 −1 Original line number Diff line number Diff line Loading @@ -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'], Loading