This commit is contained in:
Johan Björklund 2024-11-14 12:49:58 +01:00
parent 4f7d073a9c
commit 4fcd099e21
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -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'],
}