Bugfixes for apache.
This commit is contained in:
parent
d3eb18ec86
commit
708cf8eb96
1 changed files with 1 additions and 1 deletions
|
@ -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/wsqi.load",
|
||||
¦ unless => "test -f /etc/apache2/mods-enabled/wsgi.load",
|
||||
}
|
||||
|
||||
file { '/etc/apache2/conf-available/wsgi-venv.conf':
|
||||
|
|
Loading…
Add table
Reference in a new issue