diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 03fc49e..691c29a 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -83,8 +83,8 @@ class soc::intelmq( } exec { 'Enable wsgi-venv conf': - command => 'a2enconf wsgi-venv' - creates => '/etc/apache2/conf-enabled/wsgi-venv.conf' + command => 'a2enconf wsgi-venv', + creates => '/etc/apache2/conf-enabled/wsgi-venv.conf', require => File('/etc/apache2/conf-available/wsgi-venv.conf'), notify => Service['apache2'], }