This commit is contained in:
Johan Björklund 2024-11-14 12:20:05 +01:00
parent 4b54fd4181
commit 9b93a06b6f
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -25,6 +25,7 @@ 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', ]:
ensure => 'latest',
}