forked from SUNET/soc-ops
Fixes with apache config.
This commit is contained in:
parent
6eae0c9b00
commit
4f7d073a9c
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue