reload apache2 on pinset change
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 85c5528..d8a5e4f 100644 (file)
@@ -173,6 +173,7 @@ class apache2 {
                target => '/etc/apache2/conf-available/puppet-ssl-key-pins.conf',
                content => '',
                order  => 00,
+               notify  => Exec['service apache2 reload'],
        }
        apache2::config { 'puppet-ssl-key-pins':
                nocontentok => true,