Fixes with apache config.

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

View file

@ -83,8 +83,8 @@ class soc::intelmq(
} }
exec { 'Enable wsgi-venv conf': exec { 'Enable wsgi-venv conf':
command => 'a2enconf wsgi-venv' command => 'a2enconf wsgi-venv',
creates => '/etc/apache2/conf-enabled/wsgi-venv.conf' creates => '/etc/apache2/conf-enabled/wsgi-venv.conf',
require => File('/etc/apache2/conf-available/wsgi-venv.conf'), require => File('/etc/apache2/conf-available/wsgi-venv.conf'),
notify => Service['apache2'], notify => Service['apache2'],
} }