9
0
Fork 1

Bugfixes for apache.

This commit is contained in:
Johan Björklund 2024-11-19 13:30:57 +01:00
parent 708cf8eb96
commit 0d1c0deb77
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -202,7 +202,7 @@ class soc::intelmq(
command => 'a2enmod wsgi',
require => Package['libapache2-mod-wsgi-py3'],
notify => Service['apache2'],
¦ unless => "test -f /etc/apache2/mods-enabled/wsgi.load",
creates => '/etc/apache2/mods-enabled/wsgi.load',
}
file { '/etc/apache2/conf-available/wsgi-venv.conf':