forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
9b93a06b6f
commit
15464c4b75
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class soc::intelmq(
|
|||
# content => template('soc/sso/apache-groups.txt.erb')
|
||||
# }
|
||||
|
||||
ensure_packages(['apache2'])
|
||||
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-venv', 'python3-pip', 'python3-gpg', 'python3-psycopg2', 'redict', ]:
|
||||
name => 'sys-package-deps',
|
||||
ensure => 'latest',
|
||||
}
|
||||
|
||||
|
@ -61,7 +61,7 @@ class soc::intelmq(
|
|||
service { 'apache2':
|
||||
ensure => 'running',
|
||||
enable => true,
|
||||
require => Package['apache2'],
|
||||
require => Package['sys-package-deps'],
|
||||
}
|
||||
|
||||
exec { 'Enable Apache2 modules':
|
||||
|
|
Loading…
Add table
Reference in a new issue