exim blacklist: add more recent spammers
[mirror/dsa-puppet.git] / modules / roles / manifests / sso_rp.pp
index e4eb9ac..56d97e3 100644 (file)
@@ -9,6 +9,11 @@ class roles::sso_rp {
        }
        file { '/var/lib/dsa/sso/ca.crl':
                content => template('roles/sso_rp/ca.crl.erb'),
+               notify  => Exec['service apache2 reload'],
+       }
+       file { '/var/lib/dsa/sso/ca.crt':
+               source => 'puppet:///modules/roles/sso_rp/ca.crt',
+               notify  => Exec['service apache2 reload'],
        }
 
 }