6 file { '/var/lib/dsa/sso':
10 file { '/var/lib/dsa/sso/ca.crl':
11 content => template('roles/sso_rp/ca.crl.erb'),
12 notify => Exec['service apache2 reload'],
14 file { '/var/lib/dsa/sso/ca.crt':
15 source => 'puppet:///modules/roles/sso_rp/ca.crt',
16 notify => Exec['service apache2 reload'],