diff --git a/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp b/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp new file mode 100644 index 0000000..3b1445b Binary files /dev/null and b/global/overlay/etc/puppet/modules/soc/manifests/.intelmq.pp.swp differ diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 341f05e..8b8b5c2 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -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', }