forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
b34c987b0d
commit
42328a9fa5
1 changed files with 0 additions and 2 deletions
|
@ -73,8 +73,6 @@ class soc::intelmq(
|
|||
|
||||
exec { 'Enable Apache2 modules':
|
||||
command => 'a2enmod ssl wsgi proxy proxy_http header rewrite',
|
||||
unless => ['test -f /etc/apache2/mods-enabled/ssl.load', 'test -f /etc/apache2/mods-enabled/wsgi.load', 'test -f /etc/apache2/mods-enabled/proxy.load', 'test -f /etc/apache2/mods-enabled/proxy_http.load', 'test -f /etc/apache2/mods-enabled/header.load', 'test -f /etc/apache2/mods-enabled/rewrite.load'],
|
||||
notify => Service['apache2'],
|
||||
require => Package['libapache2-mod-wsgi-py3'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue