diff --git a/manifests/ca.pp b/manifests/ca.pp index 91b8f25..7912a19 100644 --- a/manifests/ca.pp +++ b/manifests/ca.pp @@ -146,6 +146,7 @@ 'absent': { file { $ca_cert: ensure => absent, + notify => Class['::ca_cert::update'], } } default: {