This commit is contained in:
Johan Björklund 2024-11-14 09:21:16 +01:00
parent bcc8164b52
commit 1e04521106
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ class soc::intelmq(
#sunet::apache2
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-pip', 'python3-gpg']:
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-venv', 'python3-pip', 'python3-gpg']:
ensure => 'latest',
}