From 4fcd099e21fad0ecf76a359c83a62aaee9ef5a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 12:49:58 +0100 Subject: [PATCH] Bugfix. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 691c29a..00441fd 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -85,7 +85,6 @@ class soc::intelmq( exec { 'Enable 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'], }