Typo.
This commit is contained in:
parent
247ae1480a
commit
4b54fd4181
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class soc::intelmq(
|
|||
|
||||
exec { 'Enable Apache2 modules':
|
||||
command => 'a2enmod ssl wsgi proxy proxy_http header rewrite',
|
||||
creates => ['/etc/apache2/mods-enabled/ssl.load', '/etc/apache2/mods-enabled/wsgi.load', '/etc/apache2/mods-enabled/proxy.load', '/etc/apache2/mods-enabled/proxy_http.load', '/etc/apache2/mods-enabled/header.load', '/etc/apache2/mods-enabled/rewrite.load']
|
||||
creates => ['/etc/apache2/mods-enabled/ssl.load', '/etc/apache2/mods-enabled/wsgi.load', '/etc/apache2/mods-enabled/proxy.load', '/etc/apache2/mods-enabled/proxy_http.load', '/etc/apache2/mods-enabled/header.load', '/etc/apache2/mods-enabled/rewrite.load'],
|
||||
notify => Service['apache2'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue